summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/TypeClass.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/TypeClass.idl')
-rw-r--r--udkapi/com/sun/star/uno/TypeClass.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl
index a6b4203ab43b..8a0e64025602 100644
--- a/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/udkapi/com/sun/star/uno/TypeClass.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_uno_TypeClass_idl__
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** This enum describes all type classes of UNO. Every specific type has a type
class specifying the general context of the reflected type.
@@ -135,7 +133,6 @@ published enum TypeClass
SINGLETON
};
-//=============================================================================
}; }; }; };