From f7eb8ae9d9cce3e493105da98cc4ace9c56a3062 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 15:28:34 +0100 Subject: Fix typos Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715 Reviewed-on: https://gerrit.libreoffice.org/35659 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- udkapi/com/sun/star/reflection/TypeDescriptionManager.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl index 7b15fd0bc102..90fc63bf2b59 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl @@ -73,7 +73,7 @@ published service TypeDescriptionManager

Even though the name of this interface suggests that the used type - names are hierarchic, this need not be the case. (For example, consider + names are hierarchical, this doesn't need to be the case. (For example, consider the names of instantiated polymorphic struct types, like "Struct<long>".)

*/ -- cgit