From 5d7e8425cab3857fdefa8f1774d2fda1d1f90c34 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jul 2006 16:07:21 +0000 Subject: INTEGRATION: CWS pchfix01 (1.11.184); FILE MERGED 2006/07/12 10:01:56 kaib 1.11.184.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions. --- sc/source/filter/excel/xlformula.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/filter/excel/xlformula.cxx') diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx index ea92778e9384..1c7eb27df83c 100644 --- a/sc/source/filter/excel/xlformula.cxx +++ b/sc/source/filter/excel/xlformula.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xlformula.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-07-10 13:45:44 $ + * last change: $Author: kz $ $Date: 2006-07-21 17:07:21 $ * * 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_XLFORMULA_HXX #include "xlformula.hxx" #endif -- cgit