diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:08:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:08:08 +0000 |
commit | 9967a4e8be167103bd943bc486b92376d2cce5aa (patch) | |
tree | 4e2ba3c00fda02c50eef91492b31151ca351bba8 /svtools/source/items1 | |
parent | 1e282e97185ad1f1bbdebce2dd25b507b4f5a74b (diff) |
INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED
2006/09/01 17:43:17 kaib 1.4.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/sitem.cxx | 8 | ||||
-rw-r--r-- | svtools/source/items1/slstitm.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/tfrmitem.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/visitem.cxx | 7 | ||||
-rw-r--r-- | svtools/source/items1/whiter.cxx | 8 |
5 files changed, 25 insertions, 12 deletions
diff --git a/svtools/source/items1/sitem.cxx b/svtools/source/items1/sitem.cxx index 46152a1a551c..82a1853a07ff 100644 --- a/svtools/source/items1/sitem.cxx +++ b/svtools/source/items1/sitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:17:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:07:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,10 +32,12 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" // INCLUDE --------------------------------------------------------------- #ifndef GCC -#pragma hdrstop #endif #include <tools/string.hxx> diff --git a/svtools/source/items1/slstitm.cxx b/svtools/source/items1/slstitm.cxx index e596481aae29..2207dbf9251f 100644 --- a/svtools/source/items1/slstitm.cxx +++ b/svtools/source/items1/slstitm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: slstitm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:17:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:07: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 "slstitm.hxx" #ifndef _SFXPOOLITEM_HXX diff --git a/svtools/source/items1/tfrmitem.cxx b/svtools/source/items1/tfrmitem.cxx index 61df264fccc5..32acaee0ce61 100644 --- a/svtools/source/items1/tfrmitem.cxx +++ b/svtools/source/items1/tfrmitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tfrmitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:18:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:07:28 $ * * 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/visitem.cxx b/svtools/source/items1/visitem.cxx index bc5e9dff4201..028dcc8d73af 100644 --- a/svtools/source/items1/visitem.cxx +++ b/svtools/source/items1/visitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: visitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:18:20 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:07:54 $ * * 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 _SFXVISIBILITYITEM_HXX #include <visitem.hxx> #endif diff --git a/svtools/source/items1/whiter.cxx b/svtools/source/items1/whiter.cxx index 91fa6086817a..7687941e2af3 100644 --- a/svtools/source/items1/whiter.cxx +++ b/svtools/source/items1/whiter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: whiter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:18:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:08:08 $ * * 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" // INCLUDE --------------------------------------------------------------- #ifndef GCC -#pragma hdrstop #endif #include "whiter.hxx" |