diff options
Diffstat (limited to 'include/com')
-rw-r--r-- | include/com/sun/star/uno/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h index eb35313e1baf..2d64c9438fd1 100644 --- a/include/com/sun/star/uno/Type.h +++ b/include/com/sun/star/uno/Type.h @@ -45,7 +45,7 @@ enum UnoType_NoAcquire UNO_TYPE_NO_ACQUIRE }; -/** C++ class representing an IDL meta type. This class is used to represent a a type, +/** C++ class representing an IDL meta type. This class is used to represent a type, i.e. a type name and its type class. Internally the type holds a C type description reference of the runtime. You can obtain a full type description of a type by calling member function getDescription(). |