summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/misc/resourceprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/misc/resourceprovider.cxx')
-rw-r--r--fpicker/source/win32/misc/resourceprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx
index c4628f08a2..6b4bee1725 100644
--- a/fpicker/source/win32/misc/resourceprovider.cxx
+++ b/fpicker/source/win32/misc/resourceprovider.cxx
@@ -121,7 +121,7 @@ public:
CResourceProvider_Impl( )
{
- const ::vos::OGuard aGuard( Application::GetSolarMutex() );
+ const SolarMutexGuard aGuard;
com::sun::star::lang::Locale aLoc( Application::GetSettings().GetUILocale() );
m_ResMgr = new SimpleResMgr( CREATEVERSIONRESMGR_NAME( fps_office ), aLoc );