office-gobmx/unodevtools
Stephan Bergmann 5dfa9433d2 Fix typo
...which was pointed out in
<https://lists.freedesktop.org/archives/libreoffice/2023-January/089867.html>
"Re: Question re the uno-skeletonmaker'-t' CLI qualifier"

Change-Id: I5f03de657bc93dace104bdd307e8f6938742b61b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146126
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-01-25 14:45:00 +00:00
..
inc
source
Executable_uno-skeletonmaker.mk
IwyuFilter_unodevtools.yaml
Makefile
Module_unodevtools.mk
README.md

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.