diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:05:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:05:27 +0000 |
commit | d946a60b20e4eb52e2729d5b077285644b8cbea2 (patch) | |
tree | 72291ad2d2dacad367b2f4421686184a5acdd3a5 /svtools/source/items1 | |
parent | 6e5b38d41b8f399c72958b39dd4bea03cea0261e (diff) |
INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED
2006/09/01 17:43:16 kaib 1.4.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/itemprop.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svtools/source/items1/itemprop.cxx b/svtools/source/items1/itemprop.cxx index f14d6490ee1e..7cb28ef325b2 100644 --- a/svtools/source/items1/itemprop.cxx +++ b/svtools/source/items1/itemprop.cxx @@ -4,9 +4,9 @@ * * $RCSfile: itemprop.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:16:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:05:27 $ * * 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 <string.h> #ifndef GCC -#pragma hdrstop #endif #include "itemprop.hxx" |