Kaydet (Commit) 0f3477d8 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.62.84); FILE MERGED

2006/09/22 01:46:45 aw 1.62.84.5: RESYNC: (1.68-1.69); FILE MERGED
2006/09/08 20:24:37 aw 1.62.84.4: RESYNC: (1.67-1.68); FILE MERGED
2006/05/12 21:47:04 aw 1.62.84.3: RESYNC: (1.65-1.67); FILE MERGED
2005/09/17 20:17:35 aw 1.62.84.2: RESYNC: (1.62-1.63); FILE MERGED
2005/08/04 15:54:12 sj 1.62.84.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism
üst a1b20913
......@@ -4,9 +4,9 @@
*
* $RCSfile: ww8graf2.cxx,v $
*
* $Revision: 1.69 $
* $Revision: 1.70 $
*
* last change: $Author: obo $ $Date: 2006-09-16 22:23:28 $
* last change: $Author: ihi $ $Date: 2006-11-14 15:14:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -359,7 +359,7 @@ bool SwWW8ImplReader::ReadGrafFile(String& rFileName, Graphic*& rpGraphic,
GDIMetaFile aWMF;
pSt->Seek( nPosFc );
bool bOk = ReadWindowMetafile(*pSt, aWMF) ? true : false;
bool bOk = ReadWindowMetafile( *pSt, aWMF, NULL ) ? true : false;
if (!bOk || pSt->GetError() || !aWMF.GetActionCount())
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment