summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XServiceInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/XServiceInfo.idl')
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index cb009f2927fe..4ff9ffb63add 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides information regarding the implementation, i.e. which services
are implemented and the name of the implementation.
@@ -59,7 +57,6 @@ published interface XServiceInfo: com::sun::star::uno::XInterface
sequence<string> getSupportedServiceNames();
};
-//=============================================================================
}; }; }; };