diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:58:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:58:27 +0000 |
commit | 93d13297621ecf7b965a72c7f1abd317fb054051 (patch) | |
tree | e7c0e9debbd1570f495b87ab5d1317602e1c186d /tools/inc | |
parent | 5ce3b4852ca6bf68c15bd5d7c52f59b0ec9f13d5 (diff) |
INTEGRATION: CWS supdremove02 (1.3.24); FILE MERGED
2008/01/31 13:48:04 rt 1.3.24.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/resmgr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 37d872f672d0..76d8feba70bb 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: resmgr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2007-12-12 13:14:29 $ + * last change: $Author: obo $ $Date: 2008-02-25 15:58:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,8 @@ #include <com/sun/star/lang/Locale.hpp> #endif -#define CREATEVERSIONRESMGR_NAME( Name ) #Name MAKE_NUMSTR( SUPD ) -#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) ) +#define CREATEVERSIONRESMGR_NAME( Name ) #Name +#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( #Name ) #define LOCALE_MAX_FALLBACK 6 |