summaryrefslogtreecommitdiffstats
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.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/backend/Schema.idl b/offapi/com/sun/star/configuration/backend/Schema.idl
index ed56e6445210..e27ed2ebce0f 100644
--- a/offapi/com/sun/star/configuration/backend/Schema.idl
+++ b/offapi/com/sun/star/configuration/backend/Schema.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Schema.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:19:33 $
+ * last change: $Author: rt $ $Date: 2004-08-20 12:59:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,6 +102,15 @@ published service Schema
interface XSchema ;
//--------------------------------------------------------------------------
+
+ /**
+ The URL of the layer data.
+
+ @since #i28654#,#i25940#
+ */
+ [property,optional,readonly] string URL ;
+
+ //--------------------------------------------------------------------------
} ;
//==============================================================================