summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 14:46:57 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 14:46:57 +0000
commitc5590bc677ec208eeeaeb21a28d67308ac6ee4aa (patch)
tree290cf9f4ec6c658357d9987aab6264964f200784 /padmin
parent1c54f9954effc424f6547002f38394a9a966bb4e (diff)
INTEGRATION: CWS supdremove02 (1.21.50); FILE MERGED
2008/01/31 13:47:19 rt 1.21.50.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/helper.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index a10739119f70..3df66be3e9c0 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:20:34 $
+ * last change: $Author: obo $ $Date: 2008-02-25 15:46:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,8 +129,7 @@ ResId padmin::PaResId( sal_uInt32 nId )
aLocale.Variant = aLoc.getToken( 0, '-', nIndex );
}
}
-// pPaResMgr = ResMgr::SearchCreateResMgr( "spa" MAKE_NUMSTR(SUPD), nLang );
- pPaResMgr = ResMgr::SearchCreateResMgr( "spa" MAKE_NUMSTR(SUPD), aLocale );
+ pPaResMgr = ResMgr::SearchCreateResMgr( "spa", aLocale );
AllSettings aSettings = Application::GetSettings();
// aSettings.SetUILanguage( nLang );
aSettings.SetUILocale( aLocale );