summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmundo.hxx')
-rw-r--r--svx/source/inc/fmundo.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index 61abb090b3..fab29dbba6 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -119,6 +119,8 @@ public:
virtual void Undo();
virtual void Redo();
+ static void DisposeElement( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xElem );
+
protected:
void implReInsert( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
@@ -140,6 +142,8 @@ public:
virtual void Redo() { Undo(); }
virtual String GetComment() const;
+
+ static void DisposeElement( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel>& xReplaced );
};
//========================================================================