From 89a3f68e4443b617ac960518b747335de57a7fba Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 14:51:57 +0000 Subject: 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 --- goodies/source/filter.vcl/ipbm/ipbm.cxx | 8 +++++--- 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 #include #include @@ -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 #include #include @@ -431,7 +434,6 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic, //================== ein bischen Muell fuer Windows ========================== #ifndef GCC -#pragma hdrstop #endif #ifdef WIN -- cgit