summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/lang/ServiceManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/ServiceManager.idl')
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index af4a26275f71..3d922f970a52 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Provides a collection of implementations for services. This is a singleton
you commonly find in your component context under key
@@ -121,7 +119,6 @@ published service ServiceManager
[optional, property] com::sun::star::uno::XComponentContext DefaultContext;
};
-//=============================================================================
}; }; }; };