summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2012-02-23 08:07:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-23 10:49:32 +0100
commit18339dbc452d6e074ed4e94cc47db1249600a48d (patch)
tree10e5b629e3ce8595f18237d4d8924faf5efc98a1 /fpicker
parentd6b39054fc0d47e01f01954279abf3ba3d8e9242 (diff)
fix build on Windows: use OUString
Diffstat (limited to 'fpicker')
-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 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 );
}
//-------------------------------------