From ca23bb4b8f4026bad26e5b8b447d23f55da7b604 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jul 2006 13:46:28 +0000 Subject: INTEGRATION: CWS pchfix01 (1.15.96); FILE MERGED 2006/07/12 10:02:58 kaib 1.15.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions. --- sc/source/ui/unoobj/shapeuno.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/unoobj/shapeuno.cxx') diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx index 7e2621345d5d..a2615a047f57 100644 --- a/sc/source/ui/unoobj/shapeuno.cxx +++ b/sc/source/ui/unoobj/shapeuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shapeuno.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-03-27 09:37:17 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:46:28 $ * * 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 #include #include -- cgit