diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-23 18:40:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-24 19:50:02 +0100 |
commit | 1576ef8532cf2cea2da361db9c5707f1994e65e2 (patch) | |
tree | 222601e91795b3bcb6738e04d8caf9f1bd74a774 /include/unotools | |
parent | d94db4056a49fc4fee73173e1ef1c943f8ecc21f (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/cmdoptions.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -110,17 +110,6 @@ public: void EstablishFrameCallback(const css::uno::Reference<css::frame::XFrame>& 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<SvtCommandOptions_Impl> m_pImpl; }; // class SvtCmdOptions |