diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:35:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:06:23 +0000 |
commit | e9b628760e2606769d7cc7fa2993729b796628d3 (patch) | |
tree | 401a5c8479bdad841c0d5a7955b05e769e8777d3 /udkapi/com/sun/star | |
parent | 4c45268adf61a460e6c89f4536fd0ec37775676d (diff) |
Fix typos
Change-Id: I6455332160bb232cddf816e9f6dafa3ce68331a0
Reviewed-on: https://gerrit.libreoffice.org/35661
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi/com/sun/star')
-rw-r--r-- | udkapi/com/sun/star/reflection/TypeDescriptionManager.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl index 90fc63bf2b59..e81fe0b78050 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl @@ -73,7 +73,7 @@ published service TypeDescriptionManager </ul> <p>Even though the name of this interface suggests that the used type - names are hierarchical, this doesn't need to 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 <code>"Struct<long>"</code>.)</p> */ |