summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
index 2c2dcb9801f2..af6d92eef3c4 100644
--- a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/reflection/XConstantTypeDescription.idl>
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a constants group.
@@ -45,7 +43,6 @@ published interface XConstantsTypeDescription : com::sun::star::reflection::XTyp
sequence< XConstantTypeDescription > getConstants();
};
-//=============================================================================
}; }; }; };