From d081490f5a8c4c7bcc47479d1c5b1147d42de544 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 Aug 2004 11:59:16 +0000 Subject: 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 --- offapi/com/sun/star/configuration/backend/Schema.idl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/configuration/backend/Schema.idl') 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 ; + + //-------------------------------------------------------------------------- } ; //============================================================================== -- cgit