summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartTitle.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/com/sun/star/chart/ChartTitle.idl
parent44bf5dacd75eec3d27acf9590a29ce49a3b585cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/chart/ChartTitle.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartTitle.idl51
1 files changed, 11 insertions, 40 deletions
diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl
index a0cf1dd6b06d..08f4bc60941c 100644
--- a/offapi/com/sun/star/chart/ChartTitle.idl
+++ b/offapi/com/sun/star/chart/ChartTitle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTitle.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:41:20 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,9 @@
#include <com/sun/star/drawing/Shape.idl>
#endif
+#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
+#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
+#endif
//=============================================================================
@@ -81,6 +84,12 @@ service ChartTitle
{
service com::sun::star::drawing::Shape;
+ /** If a <type>ChartTitle</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;
+
//-------------------------------------------------------------------------
/** specifies the rotation of the shape in 100th of degrees.
@@ -108,42 +117,4 @@ service ChartTitle
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2002/10/03 13:02:21 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 2000/12/21 08:35:01 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:42:35 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:54 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:35:02 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:15 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/21 16:17:56 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:24:23 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:41 jsc
- new
-
-
-=============================================================================*/
#endif