From 3d13fc28c75b926b7b8989a5f660acaa6b8fb4eb Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 9 Sep 2004 10:33:39 +0000 Subject: INTEGRATION: CWS ooo20040815 (1.3.226); FILE MERGED 2004/08/04 12:50:34 waratah 1.3.226.1: #i32569# exclude pragmas for gcc builds --- goodies/source/filter.vcl/ipcd/ipcd.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/ipcd/ipcd.cxx b/goodies/source/filter.vcl/ipcd/ipcd.cxx index e5fc4f6e2230..5999a744c5ae 100644 --- a/goodies/source/filter.vcl/ipcd/ipcd.cxx +++ b/goodies/source/filter.vcl/ipcd/ipcd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ipcd.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sj $ $Date: 2001-05-28 17:45:59 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:33:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -438,8 +438,9 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic, } //============================= fuer Windows ================================== - +#ifndef GCC #pragma hdrstop +#endif #ifdef WIN -- cgit