diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:41:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:41:54 +0000 |
commit | 723acbbbed42f69f9bfc656c1962ee071a6eefe8 (patch) | |
tree | 5c327757016a4593ca79dcb8d5b90edd517be045 /svtools/source | |
parent | 7bf03f07b6c4f9f28f4a7fab86f3d21c463a4cef (diff) |
INTEGRATION: CWS aw024 (1.2.1052); FILE MERGED
2006/05/12 23:11:04 aw 1.2.1052.4: RESYNC: (1.4-1.5); FILE MERGED
2005/11/18 18:35:00 aw 1.2.1052.3: RESYNC: (1.3-1.4); FILE MERGED
2005/09/19 19:38:55 aw 1.2.1052.2: RESYNC: (1.2-1.3); FILE MERGED
2005/08/04 15:37:43 sj 1.2.1052.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/filter.vcl/wmf/emfwr.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.hxx b/svtools/source/filter.vcl/wmf/emfwr.hxx index fbcbbcf1b1d7..4b634d853db4 100644 --- a/svtools/source/filter.vcl/wmf/emfwr.hxx +++ b/svtools/source/filter.vcl/wmf/emfwr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: emfwr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-03-16 13:03:35 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:41:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,8 +52,7 @@ class EMFWriter private: VirtualDevice maVDev; - PFilterCallback mpCallback; - void* mpCallerData; + FilterConfigItem* mpFilterConfigItem; SvStream* mpStm; BOOL* mpHandlesUsed; ULONG mnHandleCount; @@ -97,8 +96,7 @@ public: EMFWriter() {} - BOOL WriteEMF( const GDIMetaFile& rMtf, SvStream& rOStm, - PFilterCallback pCallback, void* pCallerData ); + BOOL WriteEMF( const GDIMetaFile& rMtf, SvStream& rOStm, FilterConfigItem* pConfigItem = NULL ); }; #endif // _EMFWR_HXX |