diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 14:04:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 14:04:56 +0000 |
commit | dbb268b4b90fe7df34c833ff98a54e4ab6c56235 (patch) | |
tree | 1fac29fa5ffdd23323c22107c28a0fb40949c373 /odk/examples/cpp/complextoolbarcontrols | |
parent | 79b888e4da86e0110134faf5191e5f98d1525654 (diff) |
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
Diffstat (limited to 'odk/examples/cpp/complextoolbarcontrols')
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx | 6 | ||||
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx | 6 | ||||
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/MyJob.cxx | 6 |
3 files changed, 6 insertions, 12 deletions
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 |