From ff7562778e021b8c851391a88df1d7ebce2b3973 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 14:48:56 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED 2006/09/01 17:30:09 kaib 1.4.28.1: #i68856# Added header markers and pch files --- goodies/source/filter.vcl/icgm/elements.cxx | 7 +++++-- goodies/source/filter.vcl/icgm/outact.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/icgm/elements.cxx b/goodies/source/filter.vcl/icgm/elements.cxx index aca019b8dbab..738448c4e314 100644 --- a/goodies/source/filter.vcl/icgm/elements.cxx +++ b/goodies/source/filter.vcl/icgm/elements.cxx @@ -4,9 +4,9 @@ * * $RCSfile: elements.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:45:34 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:48:42 $ * * 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 "elements.hxx" // --------------------------------------------------------------- diff --git a/goodies/source/filter.vcl/icgm/outact.cxx b/goodies/source/filter.vcl/icgm/outact.cxx index 684fc337f1a4..5e2e3a4e7356 100644 --- a/goodies/source/filter.vcl/icgm/outact.cxx +++ b/goodies/source/filter.vcl/icgm/outact.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outact.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:45:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:48:56 $ * * 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 -- cgit