summaryrefslogtreecommitdiff
path: root/framework/inc/framework/undomanagerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/framework/undomanagerhelper.hxx')
-rw-r--r--framework/inc/framework/undomanagerhelper.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/inc/framework/undomanagerhelper.hxx b/framework/inc/framework/undomanagerhelper.hxx
index bfac08a086a5..2e559f3e3040 100644
--- a/framework/inc/framework/undomanagerhelper.hxx
+++ b/framework/inc/framework/undomanagerhelper.hxx
@@ -60,6 +60,9 @@ namespace framework
Even if the guard currently has not a lock on the mutex, this method must succeed.
*/
virtual IMutex& getGuardedMutex() = 0;
+
+ protected:
+ ~IMutexGuard() {}
};
//==================================================================================================================
@@ -82,6 +85,9 @@ namespace framework
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoManager >
getThis() = 0;
+
+ protected:
+ ~IUndoManagerImplementation() {}
};
//==================================================================================================================