summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/Diagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/Diagram.idl')
-rw-r--r--offapi/com/sun/star/chart/Diagram.idl43
1 files changed, 31 insertions, 12 deletions
diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl
index a676cb3ea..50e9cc881 100644
--- a/offapi/com/sun/star/chart/Diagram.idl
+++ b/offapi/com/sun/star/chart/Diagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Diagram.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2002-12-10 14:52:16 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:41:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,9 +73,6 @@
#include <com/sun/star/chart/ChartDataRowSource.idl>
#endif
-#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
-#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
-#endif
//=============================================================================
@@ -95,13 +92,6 @@
*/
service Diagram
{
-
- /** If a <type>Diagram</type> may be stored as XML file, this
- service should be supported in order to preserve unparsed XML
- attributes.
- */
- [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
-
interface com::sun::star::chart::XDiagram;
interface com::sun::star::beans::XPropertySet;
@@ -130,4 +120,33 @@ service Diagram
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/03 13:02:24 mi
+ #94968# IDL reviews merged
+
+ Revision 1.4.20.2 2002/01/29 14:23:17 bm
+ #96984# IDL Review -- second check
+
+ Revision 1.4.20.1 2002/01/28 17:02:24 bm
+ #96984# IDL Review
+
+ 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.1.1.1 2000/09/18 23:35:02 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:15 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:41 jsc
+ new
+
+
+=============================================================================*/
#endif