summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
index 05a09084dd67..e63a8dc1249a 100644
--- a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
@@ -32,12 +32,10 @@
#include <com/sun/star/io/XActiveDataSource.idl>
#include <com/sun/star/configuration/backend/XLayerHandler.idl>
-//=============================================================================
module com { module sun { module star { module configuration { module backend {
module xml {
-//=============================================================================
/**
can be used to parse a stream of configuration layer XML.
@@ -54,19 +52,16 @@ module xml {
*/
published service LayerWriter
{
- //-------------------------------------------------------------------------
/** accepts events describing the layer data.
*/
interface com::sun::star::configuration::backend::XLayerHandler ;
- //-------------------------------------------------------------------------
/** provides access to the target stream.
*/
interface com::sun::star::io::XActiveDataSource ;
- //-------------------------------------------------------------------------
/** allows initializing target stream.
@@ -76,10 +71,8 @@ published service LayerWriter
*/
interface com::sun::star::lang::XInitialization ;
- //-------------------------------------------------------------------------
} ;
-//=============================================================================
} ;
} ; } ; } ; } ; } ;