summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-15 22:12:48 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-15 22:12:48 +0100
commita24f153070592607935d148c97412192476f6d4b (patch)
tree2163ba2637d1f9cc3caa332a104942230802af12 /offapi/com/sun/star/chart2
parente0b421b88055b1f5b88beae60f011abf60820327 (diff)
undoapi: step 2.2 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:
base the implementation of XDocumentActions on the document's UndoManager
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r--offapi/com/sun/star/chart2/XDocumentActions.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/XDocumentActions.idl b/offapi/com/sun/star/chart2/XDocumentActions.idl
index 49400c69f..493746dcc 100644
--- a/offapi/com/sun/star/chart2/XDocumentActions.idl
+++ b/offapi/com/sun/star/chart2/XDocumentActions.idl
@@ -29,6 +29,7 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/beans/PropertyValue.idl>
+#include <com/sun/star/lang/IllegalArgumentException.idl>
module com
{
@@ -50,7 +51,8 @@ interface XDocumentActions : ::com::sun::star::uno::XInterface
/** call this before you change the model which the undo manager belongs to. You can pass
parameters to refine the undo action.
*/
- void preActionWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > aArguments );
+ void preActionWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > aArguments )
+ raises ( ::com::sun::star::lang::IllegalArgumentException );
/** call this after you successfully did changes to your current model
*/