diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 13:03:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 13:03:26 +0000 |
commit | 1a1e475b0505ccd542f9abebb6be7abec2886b3c (patch) | |
tree | d6feec893875cd06e23757dab48e0225a56bed85 | |
parent | e9dba338105de267828915ef32ca3c87a0a56a6a (diff) |
INTEGRATION: CWS sb50 (1.5.90); FILE MERGED
2006/04/05 14:03:13 sb 1.5.90.1: #i63706# Implemented oor:op=fuse.
-rw-r--r-- | offapi/com/sun/star/configuration/backend/XLayerHandler.idl | 12 | ||||
-rw-r--r-- | 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. <p> The value is a combination of - <type>NodeAttribute</type> flags. + <type>NodeAttribute</type> flags. Note that + <member>NodeAttribute::FUSE</member> has an impact on the + semantics of this method. </p> @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. <p> The value is a combination of - <type>NodeAttribute</type> flags. + <type>NodeAttribute</type> flags. Note that + <member>NodeAttribute::FUSE</member> has an impact on the + semantics of this method. </p> @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. <p> The value is a combination of - <type>NodeAttribute</type> flags. + <type>NodeAttribute</type> flags. Note that + <member>NodeAttribute::FUSE</member> has an impact on the + semantics of this method. </p> @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. <p> The value is a combination of - <type>NodeAttribute</type> flags. + <type>NodeAttribute</type> flags. Note that + <member>NodeAttribute::FUSE</member> has an impact on the + semantics of this method. </p> @throws com::sun::star::configuration::backend::MalformedDataException |