Files
loongoffice/unodevtools
Stephan Bergmann 80ce877249 Clean up function declarations
Change-Id: I18125ac6c58c89f76c3a6cfb3a7ee77b1059aeb1
2014-04-08 10:22:01 +02:00
..
2014-04-08 10:22:01 +02:00

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.