From 15ed13a26bb08e08653728a5efc910b0e38d37ad Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 12:09:09 +0000 Subject: INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:35:57 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc --- sfx2/source/control/minfitem.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sfx2/source/control/minfitem.cxx') diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx index 9a6735d7a9c8..0d6a831b41a8 100644 --- a/sfx2/source/control/minfitem.cxx +++ b/sfx2/source/control/minfitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: minfitem.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:29 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:08:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,9 @@ // INCLUDE --------------------------------------------------------------- +#ifndef GCC #pragma hdrstop +#endif #include "minfitem.hxx" -- cgit