diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:25:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:25:11 +0000 |
commit | e257428cbdbf3b9b59dcc7fe2345a6deea684eb3 (patch) | |
tree | ccd5f672eefd20555e124db465c23d0e737294f0 /svtools | |
parent | 8068833ce48b2afb11ef994a387a80fed6400f8d (diff) |
INTEGRATION: CWS pchfix02 (1.2.326); FILE MERGED
2006/09/01 17:43:29 kaib 1.2.326.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svdde/ddedll.cxx | 8 | ||||
-rw-r--r-- | svtools/source/svdde/ddeml1.cxx | 7 | ||||
-rw-r--r-- | svtools/source/svdde/ddemldeb.cxx | 7 |
3 files changed, 15 insertions, 7 deletions
diff --git a/svtools/source/svdde/ddedll.cxx b/svtools/source/svdde/ddedll.cxx index ae722dddbbe6..11d5435293ea 100644 --- a/svtools/source/svdde/ddedll.cxx +++ b/svtools/source/svdde/ddedll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ddedll.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:43:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:24:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,9 +32,11 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" #ifdef WIN -#pragma hdrstop #include <sysdep.hxx> // included svwin.h diff --git a/svtools/source/svdde/ddeml1.cxx b/svtools/source/svdde/ddeml1.cxx index e4946c00375e..e50dcaac0030 100644 --- a/svtools/source/svdde/ddeml1.cxx +++ b/svtools/source/svdde/ddeml1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ddeml1.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:44:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:24:37 $ * * 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_svtools.hxx" + /* ToDo / Bugs: diff --git a/svtools/source/svdde/ddemldeb.cxx b/svtools/source/svdde/ddemldeb.cxx index c625ec3686a4..3d56bc4637be 100644 --- a/svtools/source/svdde/ddemldeb.cxx +++ b/svtools/source/svdde/ddemldeb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ddemldeb.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:44:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:25:11 $ * * 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_svtools.hxx" + #include "ddemlimp.hxx" #ifdef OV_DEBUG |