summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/configurationaccessfactorymanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory/configurationaccessfactorymanager.hxx')
-rw-r--r--framework/inc/uifactory/configurationaccessfactorymanager.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/inc/uifactory/configurationaccessfactorymanager.hxx b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
index 7b12048e1223..9f710d235c8d 100644
--- a/framework/inc/uifactory/configurationaccessfactorymanager.hxx
+++ b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
@@ -30,6 +30,7 @@
#include <cppuhelper/implbase.hxx>
#include <rtl/ustring.hxx>
+#include <mutex>
#include <string_view>
#include <unordered_map>
@@ -64,7 +65,7 @@ class ConfigurationAccess_FactoryManager final : public ::cppu::WeakImplHelper<
bool impl_getElementProps( const css::uno::Any& rElement, OUString& rType, OUString& rName, OUString& rModule, OUString& rServiceSpecifier ) const;
- mutable osl::Mutex m_aMutex;
+ mutable std::mutex m_aMutex;
OUString m_aPropType;
OUString m_aPropName;
OUString m_aPropModule;