summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Type.h')
-rw-r--r--include/com/sun/star/uno/Type.h2
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().