diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:48:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:48:19 +0000 |
commit | d8b27c2e46c603565fe821cae345a6793c7436e0 (patch) | |
tree | 6b0f7ef372a87043c653e41532f797dd2b4ac2e6 /sc/source/ui/drawfunc/fuconarc.cxx | |
parent | d1f255ca175f666c0b56ce4b2c88ce882f75f9b1 (diff) |
INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED
2006/07/12 10:02:37 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/fuconarc.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuconarc.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/drawfunc/fuconarc.cxx b/sc/source/ui/drawfunc/fuconarc.cxx index d2b1d469b6d2..4889a1a53071 100644 --- a/sc/source/ui/drawfunc/fuconarc.cxx +++ b/sc/source/ui/drawfunc/fuconarc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuconarc.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:54:37 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:48:19 $ * * 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 //------------------------------------------------------------------------ |