From a5566f45e4c1c8d0200dce67bbcb5fb534b47cf2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 14:19:57 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.324); FILE MERGED 2006/09/01 17:43:25 kaib 1.4.324.1: #i68856# Added header markers and pch files --- svtools/source/notify/hint.cxx | 8 +++++--- svtools/source/notify/smplhint.cxx | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'svtools') diff --git a/svtools/source/notify/hint.cxx b/svtools/source/notify/hint.cxx index 81d2115bdc0a..374e6e9087f6 100644 --- a/svtools/source/notify/hint.cxx +++ b/svtools/source/notify/hint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:30:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:18:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,10 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" #ifndef GCC -#pragma hdrstop #endif #include "hint.hxx" diff --git a/svtools/source/notify/smplhint.cxx b/svtools/source/notify/smplhint.cxx index d620f36f5a8b..0468972244f9 100644 --- a/svtools/source/notify/smplhint.cxx +++ b/svtools/source/notify/smplhint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: smplhint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:32:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:19:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,10 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" #ifndef GCC -#pragma hdrstop #endif #include "smplhint.hxx" -- cgit