From dbb268b4b90fe7df34c833ff98a54e4ab6c56235 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 6 Nov 2006 14:04:56 +0000 Subject: [PATCH] INTEGRATION: CWS jsc14 (1.3.14); FILE MERGED 2006/10/25 08:52:28 jsc 1.3.14.1: #i70636# remove auto generated precompiled header include --- .../ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx | 7 ++----- odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx | 6 ++---- odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx | 6 ++---- odk/examples/cpp/complextoolbarcontrols/MyJob.cxx | 6 ++---- 4 files changed, 8 insertions(+), 17 deletions(-) diff --git a/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx b/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx index 7c08fba9783c..a5dc3152b5e2 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx +++ b/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: SimpleBootstrap_cpp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:14:06 $ + * last change: $Author: kz $ $Date: 2006-11-06 15:04:00 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,9 +38,6 @@ * *************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_odk.hxx" - #include #include #include diff --git a/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx b/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx index 6b536af34f0f..4ca27d826f6f 100644 --- a/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx +++ b/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CalcListener.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:14:35 $ + * last change: $Author: kz $ $Date: 2006-11-06 15:04:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,8 +34,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_odk.hxx" #ifndef _MyListener_HXX #include "MyListener.h" #endif diff --git a/odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx b/odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx index 857be95cad78..f1b665e903af 100644 --- a/odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx +++ b/odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ListenerHelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:14:49 $ + * last change: $Author: kz $ $Date: 2006-11-06 15:04:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,8 +34,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_odk.hxx" #include "ListenerHelper.h" using com::sun::star::frame::XFrame; diff --git a/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx b/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx index dc870a1ffa3e..70e91766cba0 100644 --- a/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx +++ b/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MyJob.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:15:12 $ + * last change: $Author: kz $ $Date: 2006-11-06 15:04:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,8 +34,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_odk.hxx" #ifndef _MyJob_HXX #include "MyJob.h" #endif