diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:19:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:19:29 +0000 |
commit | 23b1d1ddbfc4353df5755734d127365b7df9f3c7 (patch) | |
tree | a87f5dbb3471675aeb192d8f1a8e5fb817265b98 /sw/source/core/layout | |
parent | e204257abcc812cf9852733363934fea7478b7b7 (diff) |
INTEGRATION: CWS pchfix02 (1.32.2); FILE MERGED
2006/09/01 17:51:49 kaib 1.32.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/core/layout')
-rw-r--r-- | sw/source/core/layout/ftnfrm.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx index ffa33d90d0..5979816897 100644 --- a/sw/source/core/layout/ftnfrm.cxx +++ b/sw/source/core/layout/ftnfrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ftnfrm.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2006-08-14 16:26:44 $ + * last change: $Author: obo $ $Date: 2006-09-16 21:19:29 $ * * 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_sw.hxx" + #ifndef _TXTFTN_HXX #include <txtftn.hxx> |