diff options
-rw-r--r-- | fpicker/source/win32/misc/resourceprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx index e3a97cc29945..f288f7afff92 100644 --- a/fpicker/source/win32/misc/resourceprovider.cxx +++ b/fpicker/source/win32/misc/resourceprovider.cxx @@ -122,7 +122,7 @@ public: const SolarMutexGuard aGuard; com::sun::star::lang::Locale aLoc( Application::GetSettings().GetUILocale() ); - m_ResMgr = new SimpleResMgr( CREATEVERSIONRESMGR_NAME( fps_office ), aLoc ); + m_ResMgr = new SimpleResMgr( OUString( "fps_office" ), aLoc ); } //------------------------------------- |