diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:26:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:26:33 +0000 |
commit | e365f541c92943ad0c18bfa9029c3c35a867651b (patch) | |
tree | 14b8e998b8561fa9e138d43de09c02de70ab291c /toolkit/source | |
parent | 3d34acd2ebb5e08dd3eec05be6b81302ad035589 (diff) |
INTEGRATION: CWS supdremove02 (1.6.102); FILE MERGED
2008/01/31 13:46:07 rt 1.6.102.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/tkresmgr.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/source/helper/tkresmgr.cxx b/toolkit/source/helper/tkresmgr.cxx index 16fec0421a33..329dc0d6114a 100644 --- a/toolkit/source/helper/tkresmgr.cxx +++ b/toolkit/source/helper/tkresmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tkresmgr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:20:33 $ + * last change: $Author: obo $ $Date: 2008-02-25 15:26:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,6 @@ void TkResMgr::ensureImplExists() ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); ByteString sResMgrName( "tk" ); - sResMgrName += ByteString::CreateFromInt32( (sal_Int32)SUPD ); m_pSimpleResMgr = SimpleResMgr::Create( sResMgrName.GetBuffer(), aLocale ); m_pResMgr = ResMgr::CreateResMgr( sResMgrName.GetBuffer() ); |