diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:30:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:30:04 +0000 |
commit | 0697a07946c38085a919a815fd60be56446e952c (patch) | |
tree | c09dca1e3822e17fa4ea32b794d1c372e4fe8e78 /sc/source | |
parent | f29ba17d18489ec2571cd5990192a005fbfe82ee (diff) |
INTEGRATION: CWS pchfix01 (1.16.214); FILE MERGED
2006/07/12 10:02:55 kaib 1.16.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/chartuno.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx index 56c24bcc289c..baf19564fe77 100644 --- a/sc/source/ui/unoobj/chartuno.cxx +++ b/sc/source/ui/unoobj/chartuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: chartuno.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:43:20 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:30:04 $ * * 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 #ifndef _COM_SUN_STAR_EMBED_ASPECTS_HPP_ #include <com/sun/star/embed/Aspects.hpp> |