diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:54:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:54:15 +0000 |
commit | cc86689fbaa20ffb19e3e6ef43a4c9c567c92baf (patch) | |
tree | 720249543a982ac1a12d711e24b5172c6fdb6e08 /sc/source | |
parent | e11a23f18ad439cf0da996e1250175a6e6e6d2bb (diff) |
INTEGRATION: CWS pchfix01 (1.28.62); FILE MERGED
2006/07/12 10:03:03 kaib 1.28.62.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/view/editsh.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index 6c4c22a31..f0696a2d3 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: editsh.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:52:14 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:54:15 $ * * 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 //------------------------------------------------------------------ |