diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:10:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:10:00 +0000 |
commit | 1cd330b42d23d153a9749dbfce685383acf7bd5b (patch) | |
tree | 39b18ba96bfb937e5a19ebba1abb058fc3f6da30 /sw/source/core/fields/cellfml.cxx | |
parent | 1775182503c7ea69b9b1f2a84b444ec69cc525ba (diff) |
INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED
2006/09/01 17:51:40 kaib 1.9.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/core/fields/cellfml.cxx')
-rw-r--r-- | sw/source/core/fields/cellfml.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index 5247474e3d..1abb393c6b 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cellfml.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-08-14 16:12:04 $ + * last change: $Author: obo $ $Date: 2006-09-16 21:10:00 $ * * 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" + #include <float.h> #ifndef _HINTIDS_HXX |