summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/XSingleServiceFactory.idl')
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index 20fc9797a848..7cd07e377829 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
/** Factory interface to produce instances of an implementation
of a service specification.
@@ -60,7 +58,6 @@ published interface XSingleServiceFactory: com::sun::star::uno::XInterface
raises( com::sun::star::uno::Exception );
};
-//=============================================================================
}; }; }; };