diff options
Diffstat (limited to 'svtools/source/items1/poolitem.cxx')
-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 |