diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:03:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:03:26 +0000 |
commit | 77b19c0ea24328f08fa23f07e943db71993f2f6f (patch) | |
tree | 74044f7ca8b472ca57b0d89865b814bc210dc782 /svtools/source/items1 | |
parent | 49ef3ec6dffb4caba3fd8ead63bdfc73c1e99b26 (diff) |
INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED
2006/09/01 17:43:14 kaib 1.4.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/bintitem.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/cenumitm.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/cntwall.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/cstitem.cxx | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/svtools/source/items1/bintitem.cxx b/svtools/source/items1/bintitem.cxx index d068296528d3..c7cb118ef8bd 100644 --- a/svtools/source/items1/bintitem.cxx +++ b/svtools/source/items1/bintitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bintitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:14:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:02:27 $ * * 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" + #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> #endif diff --git a/svtools/source/items1/cenumitm.cxx b/svtools/source/items1/cenumitm.cxx index c9a45a023850..b43435ddac92 100644 --- a/svtools/source/items1/cenumitm.cxx +++ b/svtools/source/items1/cenumitm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cenumitm.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 11:12:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:02:41 $ * * 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" + #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> #endif diff --git a/svtools/source/items1/cntwall.cxx b/svtools/source/items1/cntwall.cxx index 4ff103de9325..39f1b4e66cda 100644 --- a/svtools/source/items1/cntwall.cxx +++ b/svtools/source/items1/cntwall.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cntwall.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:14:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:03:14 $ * * 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 <tools/debug.hxx> #include <tools/string.hxx> #include <tools/stream.hxx> diff --git a/svtools/source/items1/cstitem.cxx b/svtools/source/items1/cstitem.cxx index 2f3950b5b805..11e63aaa1007 100644 --- a/svtools/source/items1/cstitem.cxx +++ b/svtools/source/items1/cstitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cstitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 11:12:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:03:26 $ * * 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" + #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> #endif |