diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:51:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:51:57 +0000 |
commit | 89a3f68e4443b617ac960518b747335de57a7fba (patch) | |
tree | e514b98e0f3d4dbe4cb617c5cccfcd5dff7b42a4 /goodies | |
parent | 048f30bb8e8383f73fba6416138f721c88abd496 (diff) |
INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED
2006/09/01 17:30:12 kaib 1.4.114.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-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 |