summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:02:07 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:02:07 +0000
commit28db40e5c3396727bb2af3333585ec473d84912f (patch)
tree4b713525aae271a9ee0c478a627de1d57364dbf6 /accessibility
parent116323861c66359aaccab3eff8cd82be96df9183 (diff)
INTEGRATION: CWS supdremove02 (1.3.40); FILE MERGED
2008/01/29 07:59:28 rt 1.3.40.1: #i85482# Remove UPD from library name
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/helper/accresmgr.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index ad32aa4513c1..b1d2297f39fe 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accresmgr.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2007-07-04 16:24:51 $
+ * last change: $Author: obo $ $Date: 2008-02-25 16:02:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,6 @@ void TkResMgr::ensureImplExists()
::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
ByteString sResMgrName( "tk" );
- sResMgrName += ByteString::CreateFromInt32( (sal_Int32)SUPD );
m_pImpl = SimpleResMgr::Create( sResMgrName.GetBuffer(), aLocale );