diff options
-rw-r--r-- | goodies/source/filter.vcl/eras/eras.cxx | 8 | ||||
-rw-r--r-- | goodies/source/filter.vcl/etiff/etiff.cxx | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/goodies/source/filter.vcl/eras/eras.cxx b/goodies/source/filter.vcl/eras/eras.cxx index b64d81878a27..737daa41d975 100644 --- a/goodies/source/filter.vcl/eras/eras.cxx +++ b/goodies/source/filter.vcl/eras/eras.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eras.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-07-10 14:19:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:44:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_goodies.hxx" + #include <vcl/graph.hxx> #include <vcl/bmpacc.hxx> #include <svtools/fltcall.hxx> @@ -292,7 +295,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap return aRASWriter.WriteRAS( rGraphic, rStream, pCallback, pCallerData, pConfigItem ); } #ifndef GCC -#pragma hdrstop #endif // --------------- diff --git a/goodies/source/filter.vcl/etiff/etiff.cxx b/goodies/source/filter.vcl/etiff/etiff.cxx index fa87da6b3314..44e42328a1f0 100644 --- a/goodies/source/filter.vcl/etiff/etiff.cxx +++ b/goodies/source/filter.vcl/etiff/etiff.cxx @@ -4,9 +4,9 @@ * * $RCSfile: etiff.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-07-10 14:19:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:44:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_goodies.hxx" + #include <vcl/graph.hxx> #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> @@ -615,7 +618,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap } #ifndef GCC -#pragma hdrstop #endif // --------------- |