summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-30 12:00:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-30 12:00:37 +0000
commit755140777dfc161b88ec2b55580584e7ad844c8b (patch)
tree6e35def49791bbbfd760cf61a5977a624fbef72a /fpicker/source
parent584f393736f34339c9224971dade9ec708cab338 (diff)
INTEGRATION: CWS vcl91 (1.8.34); FILE MERGED
2008/07/15 16:14:39 pl 1.8.34.1: #b6724906# fix a remnant of version removal
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/unx/gnome/resourceprovider.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/unx/gnome/resourceprovider.cxx b/fpicker/source/unx/gnome/resourceprovider.cxx
index 4e78299f6663..73049c251ad0 100644
--- a/fpicker/source/unx/gnome/resourceprovider.cxx
+++ b/fpicker/source/unx/gnome/resourceprovider.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: resourceprovider.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -58,8 +58,8 @@ using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
//
//------------------------------------------------------------
-#define RES_NAME fps_office
-#define OTHER_RES_NAME svt
+static const char* RES_NAME = "fps_office";
+static const char* OTHER_RES_NAME = "svt";
//------------------------------------------------------------
// we have to translate control ids to resource ids
@@ -148,8 +148,8 @@ public:
CResourceProvider_Impl( )
{
- m_ResMgr = CREATEVERSIONRESMGR( RES_NAME );
- m_OtherResMgr = CREATEVERSIONRESMGR( OTHER_RES_NAME );
+ m_ResMgr = ResMgr::CreateResMgr( RES_NAME );
+ m_OtherResMgr = ResMgr::CreateResMgr( OTHER_RES_NAME );
}
//-------------------------------------