1 # Helper Tools for External UNO Component Developers
3 This module contains some tools for people writing UNO components. In
4 particular it will auto-generate skeletons for implementing UNO
5 interfaces - that declare all the relevant methods leaving the code to
6 be filled in. This can be done for C++ or Java.