summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 09:52:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 09:52:26 +0000
commitcfe8b67f8661718336109c9a1a375c0b318483a5 (patch)
tree3cdf998a52c805b3e58cdf9df1d429beae0bdbea /fpicker
parentca3f68ae3f24447043de522429c01ab10fc44d5a (diff)
INTEGRATION: CWS aquavcl06 (1.3.4); FILE MERGED
2008/03/12 16:44:08 pl 1.3.4.1: #i86966# change ResMgr creation
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/resourceprovider.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/fpicker/source/aqua/resourceprovider.cxx b/fpicker/source/aqua/resourceprovider.cxx
index dd40c411cd5c..618fc6798db6 100644
--- a/fpicker/source/aqua/resourceprovider.cxx
+++ b/fpicker/source/aqua/resourceprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resourceprovider.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 16:39:52 $
+ * last change: $Author: kz $ $Date: 2008-04-04 10:52:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,8 +91,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
@@ -182,8 +182,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 );
}
//-------------------------------------