summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 16:24:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 16:24:43 +0000
commit4cb5976b16ea21362e6990969c35ee248c02d9f9 (patch)
tree51caa8fcbda275855381ac22803ff802fd688ba0 /goodies
parentcfccb064e1537dc8123546ab02cd584d9f14792d (diff)
INTEGRATION: CWS supdremove02 (1.14.32); FILE MERGED
2008/01/31 13:51:06 rt 1.14.32.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/unographic/provider.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/goodies/source/unographic/provider.cxx b/goodies/source/unographic/provider.cxx
index 4642146c9429..cc4fab380f04 100644
--- a/goodies/source/unographic/provider.cxx
+++ b/goodies/source/unographic/provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provider.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2007-10-10 15:33:09 $
+ * last change: $Author: obo $ $Date: 2008-02-25 17:24:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -263,7 +263,6 @@ uno::Reference< ::graphic::XGraphic > GraphicProvider::implLoadResource( const :
{
ByteString aResMgrName( String( rResourceURL.getToken( 0, '/', nIndex ) ), RTL_TEXTENCODING_ASCII_US );
- aResMgrName += ByteString::CreateFromInt32( SOLARUPD );
ResMgr* pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
if( pResMgr )