summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/Schema.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/Schema.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/Schema.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/configuration/backend/Schema.idl b/offapi/com/sun/star/configuration/backend/Schema.idl
index 2c52c26f48ad..180d12dd9537 100644
--- a/offapi/com/sun/star/configuration/backend/Schema.idl
+++ b/offapi/com/sun/star/configuration/backend/Schema.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/configuration/backend/XSchema.idl>
-//==============================================================================
module com { module sun { module star { module configuration { module backend {
-//==============================================================================
/**
provides read only access to a configuration component schema.
@@ -56,7 +54,6 @@ module com { module sun { module star { module configuration { module backend {
*/
published service Schema
{
- //--------------------------------------------------------------------------
/**
handles access to the schema data for a component.
@@ -66,7 +63,6 @@ published service Schema
*/
interface XSchema ;
- //--------------------------------------------------------------------------
/**
The URL of the layer data.
@@ -75,10 +71,8 @@ published service Schema
*/
[property,optional,readonly] string URL ;
- //--------------------------------------------------------------------------
} ;
-//==============================================================================
} ; } ; } ; } ; } ;