From bcb7bbdf9a14192b5943393bec4d0f1cb615bc89 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 18:35:02 +0000 Subject: INTEGRATION: CWS pchfix02 (1.6.96); FILE MERGED 2006/09/01 17:37:35 kaib 1.6.96.1: #i68856# Added header markers and pch files --- sd/source/ui/view/clview.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/view/clview.cxx') diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx index 52a19c62069b..b233760078e1 100644 --- a/sd/source/ui/view/clview.cxx +++ b/sd/source/ui/view/clview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: clview.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:07:27 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:35:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,13 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #ifndef _SFXAPP_HXX #include #endif -#pragma hdrstop #ifndef SD_CLIENT_VIEW_HXX #include "ClientView.hxx" -- cgit