summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/sfxurlrelocator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/sfxurlrelocator.hxx b/sfx2/source/inc/sfxurlrelocator.hxx
index 0384f9a70782..3a1fa7729445 100644
--- a/sfx2/source/inc/sfxurlrelocator.hxx
+++ b/sfx2/source/inc/sfxurlrelocator.hxx
@@ -25,11 +25,11 @@
#include <com/sun/star/util/XMacroExpander.hpp>
#include <rtl/ustring.hxx>
-#include <osl/mutex.hxx>
+#include <mutex>
class SfxURLRelocator_Impl
{
- ::osl::Mutex maMutex;
+ std::mutex maMutex;
css::uno::Reference< css::uno::XComponentContext > mxContext;
css::uno::Reference< css::util::XOfficeInstallationDirectories > mxOfficeInstDirs;
css::uno::Reference< css::util::XMacroExpander > mxMacroExpander;