diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 15:14:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 15:14:46 +0000 |
commit | b08e5bd8cc1330e7ddfe41c8006fd7eaed2173c1 (patch) | |
tree | 25bd3e7a3310ea42403d18702ad2e8ec0c64dab1 /goodies | |
parent | af07698a2c4b26894e40906afae01177aa04a6df (diff) |
INTEGRATION: CWS aw024 (1.2.76); FILE MERGED
2005/09/20 04:43:24 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED
2005/08/04 14:47:08 sj 1.2.76.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxfreprd.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxfreprd.hxx b/goodies/source/filter.vcl/idxf/dxfreprd.hxx index 6a7f922404ca..beb467e7548a 100644 --- a/goodies/source/filter.vcl/idxf/dxfreprd.hxx +++ b/goodies/source/filter.vcl/idxf/dxfreprd.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dxfreprd.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:56:13 $ + * last change: $Author: ihi $ $Date: 2006-11-14 16:14:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,9 +119,7 @@ public: rtl_TextEncoding getTextEncoding() const; void setTextEncoding(rtl_TextEncoding aEnc); - BOOL Read(SvStream & rIStream, - PFilterCallback pCallback, void * pCallerData, - USHORT nMinPercent, USHORT nMaxPercent); + BOOL Read( SvStream & rIStream, USHORT nMinPercent, USHORT nMaxPercent); // Liesst die komplette DXF-Datei ein. private: |