diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:53:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:53:46 +0000 |
commit | 6a3361d9b9281b49e182fb948d791ba473df1403 (patch) | |
tree | 847a530b2afa5c658158d751ea3da4c7ff2956a0 /sc | |
parent | 7714fec20e330ffe5d6b39442f3318297e35f753 (diff) |
INTEGRATION: CWS pchfix01 (1.22.136); FILE MERGED
2006/07/12 10:03:03 kaib 1.22.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/drawvie4.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/drawvie4.cxx b/sc/source/ui/view/drawvie4.cxx index 5ffcd4499c34..581ea4b13c6b 100644 --- a/sc/source/ui/view/drawvie4.cxx +++ b/sc/source/ui/view/drawvie4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawvie4.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:38:51 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:53:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,15 +33,14 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #ifndef _COM_SUN_STAR_EMBED_NOVISUALAREASIZEEXCEPTION_HPP_ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #endif -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop // INCLUDE --------------------------------------------------------------- #include <sch/memchrt.hxx> |