summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/MasterPageObserver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/MasterPageObserver.hxx')
-rw-r--r--sd/source/ui/inc/MasterPageObserver.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx
index ae8267f30b40..4febb242aa21 100644
--- a/sd/source/ui/inc/MasterPageObserver.hxx
+++ b/sd/source/ui/inc/MasterPageObserver.hxx
@@ -76,8 +76,6 @@ public:
void RemoveEventListener (const Link<MasterPageObserverEvent&,void>& rEventListener);
private:
- static ::osl::Mutex maMutex;
-
class Implementation;
::std::unique_ptr<Implementation> mpImpl;