From 1576ef8532cf2cea2da361db9c5707f1994e65e2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Dec 2021 18:40:44 +0200 Subject: osl::Mutex->std::mutex in SvtCommandOptions Change-Id: I80eaba645351e2f3a3c67586fdced3325608633e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127413 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/cmdoptions.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/unotools') diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx index d0e6792ba8b9..bb3414f8ff41 100644 --- a/include/unotools/cmdoptions.hxx +++ b/include/unotools/cmdoptions.hxx @@ -109,17 +109,6 @@ public: void EstablishFrameCallback(const css::uno::Reference& xFrame); -private: - /*-**************************************************************************************************** - @short return a reference to a static mutex - @descr 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. - **-***************************************************************************************************/ - - UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); - private: std::shared_ptr m_pImpl; -- cgit