diff options
author | Sven Jacobi <sj@openoffice.org> | 2001-03-07 18:59:25 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2001-03-07 18:59:25 +0000 |
commit | d3d1512090b772fb0c2464debf7259468bb405a8 (patch) | |
tree | 03ab44f184c2b01550314dd685abd53671920700 /svtools/inc/jpeg.hxx | |
parent | 2d4e2e72d3e0721131a028fe660db8d6d0c48d80 (diff) |
api changes, GraphicFilter now using Configuration Management
Diffstat (limited to 'svtools/inc/jpeg.hxx')
-rw-r--r-- | svtools/inc/jpeg.hxx | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/svtools/inc/jpeg.hxx b/svtools/inc/jpeg.hxx index de89fdc3ccb6..b693cd88d7bb 100644 --- a/svtools/inc/jpeg.hxx +++ b/svtools/inc/jpeg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: jpeg.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:58:51 $ + * last change: $Author: sj $ $Date: 2001-03-07 19:53:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,6 @@ #include "fltcall.hxx" #endif -class Config; - #else // VCL #ifndef _GEN_HXX @@ -148,7 +146,6 @@ class JPEGWriter BYTE* pBuffer; PFilterCallback pCallback; void* pCallerData; - Config* pConfig; BOOL bNative; public: @@ -157,11 +154,10 @@ public: public: - JPEGWriter( SvStream& rOStm, PFilterCallback pCallback, - void* pCallData, Config* pOptionsConfig ); + JPEGWriter( SvStream& rOStm, PFilterCallback pCallback, void* pCallData ); ~JPEGWriter() {}; - BOOL Write( const Graphic& rGraphic ); + BOOL Write( const Graphic& rGraphic, sal_Bool bIgnoreOptions ); }; #else // VCL @@ -203,7 +199,6 @@ public: BOOL ImportJPEG( SvStream& rStream, Graphic& rGraphic, void* pCallerData ); BOOL ExportJPEG( SvStream& rStream, const Graphic& rGraphic, - PFilterCallback pCallback, void* pCallerData, - Config* pOptionsConfig ); + PFilterCallback pCallback, void* pCallerData, sal_Bool bIgnoreOptions ); #endif // _JPEG_HXX |