diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:38:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:38:17 +0000 |
commit | 84605cd68f306664e6b14e48fc4e6b4bbb8f2973 (patch) | |
tree | 6d49982c515026ce94d976a383ad5c8333d50f54 /sc/source | |
parent | 3efbcd2d0a373ab61ad6c84e2816c1d62cf50406 (diff) |
INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED
2006/07/12 10:02:56 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/fielduno.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx index 4f506a9231b6..7a6c1971c812 100644 --- a/sc/source/ui/unoobj/fielduno.cxx +++ b/sc/source/ui/unoobj/fielduno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fielduno.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:46:20 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:38:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,14 +33,13 @@ * ************************************************************************/ -#ifdef PCH -#include "ui_pch.hxx" -#endif +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #ifndef _SFXSMPLHINT_HXX //autogen #include <svtools/smplhint.hxx> #endif -#pragma hdrstop #include <svx/eeitem.hxx> #define ITEMID_FIELD EE_FEATURE_FIELD |