From 18e85d91b5cc7ed3d3f9f163d3c211f29b54f7a2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 4 Jan 2018 21:30:29 +0100 Subject: Fix typo Change-Id: I7d538a60a7f05fae771049fe2b697fe86ee0e85b Reviewed-on: https://gerrit.libreoffice.org/47440 Tested-by: Jenkins Reviewed-by: Jens Carl --- udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') 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. */ -- cgit