summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:16 +0100
commitd697a059057e27533e760beac3537fbcb5082884 (patch)
tree61c942f697bf54d2f21052ab47b3b2557c430e2e /sfx2
parent00550fbd193cb6184075dbe050002f567174e7ec (diff)
Remove unused framework::IMutexGuard::reset
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docundomanager.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx
index 2c57d3e05b4e..a915d11aedc1 100644
--- a/sfx2/source/doc/docundomanager.cxx
+++ b/sfx2/source/doc/docundomanager.cxx
@@ -202,11 +202,6 @@ namespace sfx2
{
}
- virtual void reset()
- {
- m_guard.reset();
- }
-
virtual void clear()
{
m_guard.clear();