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