diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:25:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:25:13 +0000 |
commit | 20699821dd2b83cbc5bcab4d1023452498a2ac2b (patch) | |
tree | 7a4efaccebe486a9063fc4a456baf454d250bc98 /sc | |
parent | 3f8d086d554e398d9a85a9b99e65f1c3e4cc676d (diff) |
INTEGRATION: CWS pchfix01 (1.24.8); FILE MERGED
2006/07/12 10:03:14 kaib 1.24.8.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/viewfun7.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx index 40de6d94ecba..d8698f7c5cde 100644 --- a/sc/source/ui/view/viewfun7.cxx +++ b/sc/source/ui/view/viewfun7.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewfun7.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:34:48 $ + * last change: $Author: kz $ $Date: 2006-07-21 15:25:13 $ * * 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 --------------------------------------------------------------- |