diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:17:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:17:08 +0000 |
commit | b1572c488683722999bb681d3f94f11b0d451e33 (patch) | |
tree | bbe6745a29e64582749fb7a4880303603b7095d3 /sd/source | |
parent | 4dfdd80e6275acb2a48b37389d4517850cf842e0 (diff) |
INTEGRATION: CWS pchfix02 (1.31.104); FILE MERGED
2006/09/01 17:36:43 kaib 1.31.104.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/core/stlpool.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 6b88a02b4e38..6d4f8330ec35 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stlpool.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: kz $ $Date: 2006-04-26 20:45:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:17:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ -#pragma hdrstop +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #ifndef _EEITEMID_HXX //autogen #include <svx/eeitemid.hxx> |