diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:06:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:06:35 +0000 |
commit | eaf8e3b2ab61af168b63c01179a472999f6583bb (patch) | |
tree | 86ac3b8c3370c6ab98b4cd2bf9eef2407608dbba /svtools/source/items1 | |
parent | 98eb6f20f718b48d554e6e895aa648e84c891553 (diff) |
INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED
2006/09/01 17:43:16 kaib 1.5.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/poolitem.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/items1/poolitem.cxx b/svtools/source/items1/poolitem.cxx index 5157fe55a1e4..90d1dcb62d67 100644 --- a/svtools/source/items1/poolitem.cxx +++ b/svtools/source/items1/poolitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: poolitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-07-05 21:39:23 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:06:35 $ * * 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 "poolitem.hxx" #ifndef _STREAM_HXX |