From 74019792dc8c0d965adee4889564ba6a30467892 Mon Sep 17 00:00:00 2001
From: Matus Kukan <matus.kukan@gmail.com>
Date: Thu, 23 Feb 2012 08:07:15 +0100
Subject: [PATCH] fix build on Windows: use OUString

---
 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 e3a97cc..f288f7a 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 );
     }
 
     //-------------------------------------
-- 
1.7.5.1

