From 1a1e475b0505ccd542f9abebb6be7abec2886b3c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 19 Apr 2006 13:03:26 +0000
Subject: INTEGRATION: CWS sb50 (1.5.90); FILE MERGED 2006/04/05 14:03:13 sb
1.5.90.1: #i63706# Implemented oor:op=fuse.
---
offapi/com/sun/star/configuration/backend/XLayerHandler.idl | 12 ++++++++----
offapi/com/sun/star/configuration/backend/XUpdateHandler.idl | 12 ++++++++----
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index da07382e9bac..1a20af2aa096 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XLayerHandler.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:41:29 $
+ * last change: $Author: hr $ $Date: 2006-04-19 14:03:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -176,7 +176,9 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
specifies attribute values to be applied to the new node.
The value is a combination of
- NodeAttribute flags.
+ NodeAttribute flags. Note that
+ NodeAttribute::FUSE has an impact on the
+ semantics of this method.
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -223,7 +225,9 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
specifies attribute values to be applied to the new node.
The value is a combination of
- NodeAttribute flags.
+ NodeAttribute flags. Note that
+ NodeAttribute::FUSE has an impact on the
+ semantics of this method.
@throws com::sun::star::configuration::backend::MalformedDataException
diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
index e6e47892bb27..55e97889d589 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XUpdateHandler.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:43:36 $
+ * last change: $Author: hr $ $Date: 2006-04-19 14:03:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -194,7 +194,9 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
specifies attribute values to be applied to the new node.
The value is a combination of
- NodeAttribute flags.
+ NodeAttribute flags. Note that
+ NodeAttribute::FUSE has an impact on the
+ semantics of this method.
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -240,7 +242,9 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
specifies attribute values to be applied to the new node.
The value is a combination of
- NodeAttribute flags.
+ NodeAttribute flags. Note that
+ NodeAttribute::FUSE has an impact on the
+ semantics of this method.
@throws com::sun::star::configuration::backend::MalformedDataException
--
cgit