summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 16:14:05 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 16:14:05 +0000
commit7ee2c6f7246451d4730d69438b208a0b732b16d6 (patch)
treeeed0613d1c1fe7c7b96de67c64e052ee4b63f1ec /goodies
parent827f2a9152eabf5c88948c2f0dfec682deab64c0 (diff)
INTEGRATION: CWS supdremove02 (1.8.130); FILE MERGED
2008/01/31 13:51:05 rt 1.8.130.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/egif/egif.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/egif/egif.cxx b/goodies/source/filter.vcl/egif/egif.cxx
index abf815154739..ebaf3898c5fc 100644
--- a/goodies/source/filter.vcl/egif/egif.cxx
+++ b/goodies/source/filter.vcl/egif/egif.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: egif.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 16:10:21 $
+ * last change: $Author: obo $ $Date: 2008-02-25 17:14:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -592,7 +592,6 @@ extern "C" BOOL __LOADONCALLAPI DoExportDialog( FltCallDialogParameter& rPara )
ByteString aResMgrName( "egi" );
ResMgr* pResMgr;
- aResMgrName.Append( ByteString::CreateFromInt32( SOLARUPD ) );
pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
if( pResMgr )