diff options
-rw-r--r-- | goodies/source/filter.vcl/ipbm/ipbm.cxx | 8 | ||||
-rw-r--r-- | goodies/source/filter.vcl/ipcx/ipcx.cxx | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/goodies/source/filter.vcl/ipbm/ipbm.cxx b/goodies/source/filter.vcl/ipbm/ipbm.cxx index 372962c2b534..11125a2e8993 100644 --- a/goodies/source/filter.vcl/ipbm/ipbm.cxx +++ b/goodies/source/filter.vcl/ipbm/ipbm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ipbm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:58:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:51:30 $ * * 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> @@ -553,7 +556,6 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic, //================== ein bischen Muell fuer Windows ========================== #ifndef GCC -#pragma hdrstop #endif #ifdef WIN diff --git a/goodies/source/filter.vcl/ipcx/ipcx.cxx b/goodies/source/filter.vcl/ipcx/ipcx.cxx index 2ff7c3e68914..27529c19af11 100644 --- a/goodies/source/filter.vcl/ipcx/ipcx.cxx +++ b/goodies/source/filter.vcl/ipcx/ipcx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ipcx.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:59:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:51:57 $ * * 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> @@ -431,7 +434,6 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic, //================== ein bischen Muell fuer Windows ========================== #ifndef GCC -#pragma hdrstop #endif #ifdef WIN |