summaryrefslogtreecommitdiff
path: root/include/svtools/slidesorterbaropt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/slidesorterbaropt.hxx')
-rw-r--r--include/svtools/slidesorterbaropt.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/svtools/slidesorterbaropt.hxx b/include/svtools/slidesorterbaropt.hxx
index 4456a857513b..9250838fafff 100644
--- a/include/svtools/slidesorterbaropt.hxx
+++ b/include/svtools/slidesorterbaropt.hxx
@@ -23,8 +23,6 @@
#include <unotools/options.hxx>
#include <memory>
-namespace osl { class Mutex; }
-
/** forward declaration to our private date container implementation
We use these class as internal member to support small memory requirements.
@@ -58,16 +56,6 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions final : public utl::detail::Options
private:
- /** return a reference to a static mutex
-
- These class is partially threadsafe (for de-/initialization only).
- All access methods aren't safe!
- We create a static mutex only for one ime and use at different times.
-
- \return A reference to a static mutex member.*/
- SVT_DLLPRIVATE static ::osl::Mutex& GetInitMutex();
-
- private:
std::shared_ptr<SvtSlideSorterBarOptions_Impl> m_pImpl;
};