diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:49:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:49:29 +0000 |
commit | c322be8d184d24e9ccc3ddfb70e5c6bc736f869e (patch) | |
tree | d9dd3e54c2d06ce80d5171c49c54bd01cbb26d71 /sc/source/ui/drawfunc/fuconstr.cxx | |
parent | af41fbd0038cd127a073a4b6e4ce7be2a8ed6743 (diff) |
INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED
2006/07/12 10:02:38 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/drawfunc/fuconstr.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuconstr.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/drawfunc/fuconstr.cxx b/sc/source/ui/drawfunc/fuconstr.cxx index 7de40bf2427b..47dafd047d2c 100644 --- a/sc/source/ui/drawfunc/fuconstr.cxx +++ b/sc/source/ui/drawfunc/fuconstr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuconstr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:55:49 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:49:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,10 @@ * ************************************************************************/ -#ifdef PCH -#include "ui_pch.hxx" -#endif +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + -#pragma hdrstop //------------------------------------------------------------------------ |