From 960ee331e5fa5680bd38ae7572759b3dee43e705 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jul 2006 11:17:44 +0000 Subject: INTEGRATION: CWS pchfix01 (1.10.206); FILE MERGED 2006/07/12 10:01:56 kaib 1.10.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions. --- sc/source/filter/excel/xlescher.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/filter/excel/xlescher.cxx') diff --git a/sc/source/filter/excel/xlescher.cxx b/sc/source/filter/excel/xlescher.cxx index 4b46ce2ecf55..8f4ed3957d15 100644 --- a/sc/source/filter/excel/xlescher.cxx +++ b/sc/source/filter/excel/xlescher.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xlescher.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2005-09-28 11:51:53 $ + * last change: $Author: kz $ $Date: 2006-07-21 12:17:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #ifndef SC_XLESCHER_HXX #include "xlescher.hxx" #endif -- cgit