diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdotable.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index de68ed7589bf..ed1264d5eeb9 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -30,6 +30,7 @@ class SvStream; class SfxStyleSheet; +class SdrUndoAction; namespace sdr { namespace contact { class ViewContactOfTableObj; @@ -249,6 +250,9 @@ public: css::text::WritingMode GetWritingMode() const; + /// Add an undo action that should be on the undo stack after ending text edit. + void AddUndo(SdrUndoAction* pUndo); + virtual void onEditOutlinerStatusEvent( EditStatus* pEditStatus ) override; // Transformation interface for StarOfficeAPI. This implements support for |