summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 12:40:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 12:40:35 +0000
commitb309651add5bd57c9035455bfacc7f807cb20d0b (patch)
treea2a1e1de118f45c8a67ac8b6e26196c687d214c7 /fpicker
parent1a5374a37d14110393067fc856729f81ce57e8bd (diff)
#i10000# #i79524# build fix
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/misc/resourceprovider.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx
index cf1635d0f724..6ea9444cfff0 100644
--- a/fpicker/source/win32/misc/resourceprovider.cxx
+++ b/fpicker/source/win32/misc/resourceprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resourceprovider.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 13:58:02 $
+ * last change: $Author: ihi $ $Date: 2007-07-12 13:40:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,8 +86,6 @@ using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
//
//------------------------------------------------------------
-#define RES_NAME fps_office
-
#define FOLDERPICKER_TITLE 500
#define FOLDER_PICKER_DEF_DESCRIPTION 501
@@ -156,7 +154,7 @@ public:
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
com::sun::star::lang::Locale aLoc( Application::GetSettings().GetUILocale() );
- m_ResMgr = new SimpleResMgr( CREATEVERSIONRESMGR_NAME( RES_NAME ), aLoc );
+ m_ResMgr = new SimpleResMgr( CREATEVERSIONRESMGR_NAME( fps_office ), aLoc );
}
//-------------------------------------