diff options
Diffstat (limited to 'offapi/com/sun/star/chart/ChartArea.idl')
-rw-r--r-- | offapi/com/sun/star/chart/ChartArea.idl | 47 |
1 files changed, 14 insertions, 33 deletions
diff --git a/offapi/com/sun/star/chart/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl index 559fc3a0c..a8bda080b 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.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mi $ $Date: 2003-01-21 13:41:14 $ + * last change: $Author: hr $ $Date: 2003-03-26 13:53:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,8 +72,11 @@ #ifndef __com_sun_star_beans_XPropertySet_idl__ #include <com/sun/star/beans/XPropertySet.idl> #endif - - + +#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_ +#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> +#endif + //============================================================================= module com { module sun { module star { module chart { @@ -88,6 +91,13 @@ service ChartArea { service com::sun::star::drawing::FillProperties; service com::sun::star::drawing::LineProperties; + + /** 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; + interface com::sun::star::beans::XPropertySet; }; @@ -95,33 +105,4 @@ service ChartArea }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.6 2002/10/03 13:02:14 mi - #94968# IDL reviews merged - - Revision 1.5.2.1 2002/01/28 17:02:24 bm - #96984# IDL Review - - Revision 1.5 2001/10/24 14:54:57 mi - proofreading and corrections by Richard Holt - - Revision 1.4 2001/03/07 13:57:13 cl - cleanup of shape services - - Revision 1.3 2000/11/08 12:42:35 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:35:00 hjs - initial import - - Revision 1.3 2000/09/11 11:52:14 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:41 jsc - new - - -=============================================================================*/ #endif |