summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-01-29 07:11:38 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-01-29 12:55:08 +0100
commit497452595bccf939e1a7e6b54b964e34504e5075 (patch)
tree95db573ddf32b8f5043742fbf1fdb501255f2519 /include/unotools
parent697399a78f17f5277d3e2962aa7b92e610619abe (diff)
Replace rtl::Static with function-local static here
Change-Id: Iaba5c16c9f80431a5a9c03b94087e3f0b14fd9d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110132 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/moduleoptions.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index 3293560c3733..1324e4d06e18 100644
--- a/include/unotools/moduleoptions.hxx
+++ b/include/unotools/moduleoptions.hxx
@@ -27,7 +27,6 @@
#include <unotools/options.hxx>
#include <memory>
-namespace osl { class Mutex; }
namespace com::sun::star::frame { class XModel; }
namespace com::sun::star::beans { struct PropertyValue; }
@@ -168,8 +167,6 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtModuleOptions final : public utl::de
css::uno::Sequence < OUString > GetAllServiceNames();
private:
- UNOTOOLS_DLLPRIVATE static ::osl::Mutex& impl_GetOwnStaticMutex();
-
std::shared_ptr<SvtModuleOptions_Impl> m_pImpl;
}; // class SvtModuleOptions