summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/ContentHandlerFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/ContentHandlerFactory.idl')
-rw-r--r--offapi/com/sun/star/frame/ContentHandlerFactory.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/offapi/com/sun/star/frame/ContentHandlerFactory.idl
index 35827d62886e..cdc39332e237 100644
--- a/offapi/com/sun/star/frame/ContentHandlerFactory.idl
+++ b/offapi/com/sun/star/frame/ContentHandlerFactory.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/container/XNameAccess.idl>
#include <com/sun/star/container/XContainerQuery.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** factory to create content loader
<p>
@@ -50,7 +48,6 @@ module com { module sun { module star { module frame {
*/
published service ContentHandlerFactory
{
- //-------------------------------------------------------------------------
/** interface to create handler objects by using his internal name
<p>
@@ -62,7 +59,6 @@ published service ContentHandlerFactory
*/
interface com::sun::star::lang::XMultiServiceFactory;
- //-------------------------------------------------------------------------
/** provides access to the whole content handler configuration
<p>
@@ -86,7 +82,6 @@ published service ContentHandlerFactory
*/
interface com::sun::star::container::XNameAccess;
- //-------------------------------------------------------------------------
/** supports query mode for configuration access
<p>
@@ -97,7 +92,6 @@ published service ContentHandlerFactory
interface com::sun::star::container::XContainerQuery;
};
-//=============================================================================
}; }; }; };