diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-04 21:30:29 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-05 02:44:43 +0100 |
commit | 18e85d91b5cc7ed3d3f9f163d3c211f29b54f7a2 (patch) | |
tree | 777c7c22199e99f525c4cfd488c7f24730a8db0f /udkapi/com | |
parent | b673cbeeeb0cedb6836e1946e6e6c12bfd68add4 (diff) |
Fix typo
Change-Id: I7d538a60a7f05fae771049fe2b697fe86ee0e85b
Reviewed-on: https://gerrit.libreoffice.org/47440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl index bebeabdaaa7f..e1bfb4346775 100644 --- a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl @@ -36,7 +36,7 @@ */ published interface XConstantsTypeDescription : com::sun::star::reflection::XTypeDescription { - /** Returns the contstants defined for this constants group. + /** Returns the constants defined for this constants group. @return a sequence containing constants descriptions. */ |