From f0b0f1ddc1df959bbd37434c25f02b262ce379f8 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jul 2006 12:06:49 +0000 Subject: INTEGRATION: CWS pchfix01 (1.17.152); FILE MERGED 2006/07/12 10:02:18 kaib 1.17.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions. --- sc/source/ui/Accessibility/AccessiblePreviewCell.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/Accessibility/AccessiblePreviewCell.cxx') diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx index e158d9644cf0..957d0c410898 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessiblePreviewCell.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2006-01-13 17:02:09 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:06:49 $ * * 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_ITEMS_HXX #include "scitems.hxx" #endif -- cgit