#100165# copy&paste error

This commit is contained in:
Björn Milcke 2002-11-13 15:37:40 +00:00
parent 7116d2d75f
commit 6b37113d50
2 changed files with 16 additions and 10 deletions

View file

@ -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 <type>ChartDataPointProperties</type> may be stored as XML
element, this service should be supported in order to preserve
unparsed XML attributes.
/** If the <type>ChartArea</type> 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

View file

@ -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 <type>ChartDataPointProperties</type> may be stored as XML
element, this service should be supported in order to preserve
unparsed XML attributes.
/** If a <type>ChartAxis</type> 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