summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/configuration/backend/Schema.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-20 11:59:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-20 11:59:16 +0000
commitd081490f5a8c4c7bcc47479d1c5b1147d42de544 (patch)
treee3a93f52af5649b635ddee265617d7a8b71e6339 /offapi/com/sun/star/configuration/backend/Schema.idl
parentINTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED (diff)
downloadcore-d081490f5a8c4c7bcc47479d1c5b1147d42de544.tar.gz
core-d081490f5a8c4c7bcc47479d1c5b1147d42de544.zip
INTEGRATION: CWS cfgruggedised (1.3.62); FILE MERGED
2004/07/23 13:22:16 jb 1.3.62.1: #i28654#,#i25939# Add optional URL property
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 ;
+
+ //--------------------------------------------------------------------------
} ;
//==============================================================================