diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-26 09:05:48 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-27 01:24:20 +0200 |
commit | c041ffd1590db271f46060290a7694e1387338eb (patch) | |
tree | beade0a3be49fd20d17d827c978add10853e8a8e /include/unotools | |
parent | 946b771fe52028679e2b3f21c6d5d0c47546b24d (diff) |
recent documents: Access the mutex directly.
Change-Id: I5178934e68f766ce9ea1763250f31b3003eb4cc9
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/historyoptions.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index 7eda4952c029..6d8bd8c94418 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -101,11 +101,6 @@ public: private: - /// Return a reference to a static mutex. - UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); - -private: - /* Attention Don't initialize these static member in these header! |