summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-03-10 15:18:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-03-10 15:18:47 +0000
commitbe9e799c32ace1d7ac48f83592d7c64f8964d6f5 (patch)
tree891f71f184f624b42ff9759b117374b9b761216b /goodies
parent59f10221b2d524fa7bfdd9ea9ac8a2ad8f978d07 (diff)
INTEGRATION: CWS impress87 (1.27.64); FILE MERGED
2006/02/21 16:04:08 sj 1.27.64.1: #i60074# added missing parameters to the BeginResource statement
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eps/eps.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/eps/eps.cxx b/goodies/source/filter.vcl/eps/eps.cxx
index 48fd3a003352..d968cc59a203 100644
--- a/goodies/source/filter.vcl/eps/eps.cxx
+++ b/goodies/source/filter.vcl/eps/eps.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eps.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:44:49 $
+ * last change: $Author: rt $ $Date: 2006-03-10 16:18:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -538,7 +538,7 @@ void PSWriter::ImplWriteProlog( const Graphic* pPreview )
}
}
ImplWriteLine( "%%BeginProlog" );
- ImplWriteLine( "%%BeginResource: SDRes" );
+ ImplWriteLine( "%%BeginResource: procset SDRes-Prolog 1.0 0" );
// BEGIN EPSF
ImplWriteLine( "/b4_inc_state save def\n/dict_count countdictstack def\n/op_count count 1 sub def\nuserdict begin" );