summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 16:18:18 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 16:18:18 +0000
commit31a3828960a03f7d146787eb5511d7d2b7ba5778 (patch)
tree18a08ab9612142d85d9a53152b395d5b7a1452b9 /goodies
parentf380d170ea676ebb4cfebac03f87a6111db92882 (diff)
INTEGRATION: CWS supdremove02 (1.20.14); FILE MERGED
2008/01/31 13:51:06 rt 1.20.14.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/epict/epict.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epict/epict.cxx b/goodies/source/filter.vcl/epict/epict.cxx
index 0ec522f181b1..b4cddbfcf345 100644
--- a/goodies/source/filter.vcl/epict/epict.cxx
+++ b/goodies/source/filter.vcl/epict/epict.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: epict.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 08:59:43 $
+ * last change: $Author: obo $ $Date: 2008-02-25 17:18:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2292,7 +2292,6 @@ extern "C" BOOL SAL_CALL DoExportDialog( FltCallDialogParameter& rPara )
ByteString aResMgrName( "ept" );
ResMgr* pResMgr;
- aResMgrName.Append( ByteString::CreateFromInt32( SOLARUPD ) );
pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
if( pResMgr )