From 6b37113d50bf3d6a8677b1b60223f50f78ef0f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Milcke?= Date: Wed, 13 Nov 2002 15:37:40 +0000 Subject: [PATCH] #100165# copy&paste error --- offapi/com/sun/star/chart/ChartArea.idl | 13 ++++++++----- offapi/com/sun/star/chart/ChartAxis.idl | 13 ++++++++----- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/offapi/com/sun/star/chart/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl index bd8c711801d9..5a952dac8b34 100644 --- a/offapi/com/sun/star/chart/ChartArea.idl +++ b/offapi/com/sun/star/chart/ChartArea.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartArea.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: bm $ $Date: 2002-11-13 16:35:09 $ + * last change: $Author: bm $ $Date: 2002-11-13 16:35:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,9 +92,9 @@ service ChartArea service com::sun::star::drawing::FillProperties; service com::sun::star::drawing::LineProperties; - /** If ChartDataPointProperties may be stored as XML - element, this service should be supported in order to preserve - unparsed XML attributes. + /** If the ChartArea may be stored as XML element, + this service should be supported in order to preserve unparsed + XML attributes. */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; @@ -108,6 +108,9 @@ service ChartArea /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2002/11/13 16:35:09 bm + #100165# +optional service UserDefinedAttributeSupplier + Revision 1.6 2002/10/03 13:02:14 mi #94968# IDL reviews merged diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index ae4c391a0de2..05519e0ba5ce 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartAxis.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: bm $ $Date: 2002-11-13 16:34:27 $ + * last change: $Author: bm $ $Date: 2002-11-13 16:36:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,9 +105,9 @@ service ChartAxis */ service com::sun::star::style::CharacterProperties; - /** If ChartDataPointProperties may be stored as XML - element, this service should be supported in order to preserve - unparsed XML attributes. + /** If a ChartAxis may be stored as XML element, this + service should be supported in order to preserve unparsed XML + attributes. */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; @@ -267,6 +267,9 @@ service ChartAxis /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.9 2002/11/13 16:34:27 bm + #100165# +optional service UserDefinedAttributeSupplier + Revision 1.8 2002/10/03 13:02:14 mi #94968# IDL reviews merged