diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:57:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:57:35 +0000 |
commit | 7c036869dfadf57ecc30bb5c3ce5ab7378ed280f (patch) | |
tree | 1388d1d8df06cdc8c774464cef42c27c9d3f1641 | |
parent | da4bd250b9d6185f64758d43473658bedf16032e (diff) |
INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED
2006/09/01 17:53:06 kaib 1.12.2.1: #i68856# Added header markers and pch files
-rw-r--r-- | sw/source/ui/fldui/flddok.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx index 499c1a127b..8b1455a90d 100644 --- a/sw/source/ui/fldui/flddok.cxx +++ b/sw/source/ui/fldui/flddok.cxx @@ -4,9 +4,9 @@ * * $RCSfile: flddok.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:36:38 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:57:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,12 +32,14 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif -#pragma hdrstop #ifndef _SV_SVAPP_HXX //autogen #include <vcl/svapp.hxx> |