diff options
Diffstat (limited to 'unodevtools/README.md')
-rw-r--r-- | unodevtools/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unodevtools/README.md b/unodevtools/README.md new file mode 100644 index 000000000..16692e371 --- /dev/null +++ b/unodevtools/README.md @@ -0,0 +1,6 @@ +# Helper Tools for External UNO Component Developers + +This module contains some tools for people writing UNO components. In +particular it will auto-generate skeletons for implementing UNO +interfaces - that declare all the relevant methods leaving the code to +be filled in. This can be done for C++ or Java. |