diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:55:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:55:58 +0000 |
commit | 1cc8fe0aea5157dc55fe63e217dcc11386e8b78d (patch) | |
tree | c0d0996447be46e0daa278e52fdb8e7a4de257c2 /sc/source | |
parent | 59817f70f35f585ec0a70252098f37ad069cfbb8 (diff) |
INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED
2006/07/12 10:03:04 kaib 1.4.216.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/galwrap.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/galwrap.cxx b/sc/source/ui/view/galwrap.cxx index e01dd916c..e97763c84 100644 --- a/sc/source/ui/view/galwrap.cxx +++ b/sc/source/ui/view/galwrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: galwrap.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:57:29 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:55:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,12 +33,11 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop // INCLUDE --------------------------------------------------------------- |