summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-17 17:08:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:16 +0100
commit00550fbd193cb6184075dbe050002f567174e7ec (patch)
tree2a1b6213ab724c9e64ddf7e855f57ead153549ec /dbaccess
parentd44abe1724ee5470c88f5fba5c0217fb37e2205c (diff)
Fold framework::IGuard into framework::IMutexGuard
Change-Id: I14a77fc3fbf225862bc01f677d09d5b5a52bb1aa
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/dbaundomanager.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/dbaundomanager.cxx b/dbaccess/source/ui/misc/dbaundomanager.cxx
index 260c57fefd26..e2a24e9bf47a 100644
--- a/dbaccess/source/ui/misc/dbaundomanager.cxx
+++ b/dbaccess/source/ui/misc/dbaundomanager.cxx
@@ -137,11 +137,9 @@ namespace dbaui
}
// IMutexGuard
- virtual ::framework::IMutex& getGuardedMutex();
-
- // IGuard
virtual void clear();
virtual void reset();
+ virtual ::framework::IMutex& getGuardedMutex();
private:
::osl::ResettableMutexGuard m_aGuard;