From 6ec5982bca12083bd45272bc8cc063ab46efeb1a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 25 Jul 2007 07:19:07 +0000 Subject: INTEGRATION: CWS chart07 (1.2.44); FILE MERGED 2007/06/25 12:50:33 bm 1.2.44.1: #i74653# add UndoManager as optional interface --- offapi/com/sun/star/chart2/ChartDocument.idl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/offapi/com/sun/star/chart2/ChartDocument.idl b/offapi/com/sun/star/chart2/ChartDocument.idl index c411aa47976a..f3be2a9e0173 100644 --- a/offapi/com/sun/star/chart2/ChartDocument.idl +++ b/offapi/com/sun/star/chart2/ChartDocument.idl @@ -4,9 +4,9 @@ * * $RCSfile: ChartDocument.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 14:48:44 $ + * last change: $Author: rt $ $Date: 2007-07-25 08:19:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ #include #include +#include #include #include @@ -87,6 +88,8 @@ service ChartDocument */ [optional] interface ::com::sun::star::lang::XInitialization; + + [optional] interface XUndoSupplier; }; } ; // chart2 -- cgit