From af59f1fb77851f2eedd29e016c51b689a208ab44 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 16 Jun 2004 09:20:18 +0000 Subject: INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:56:56 waratah 1.3.572.1: Bracket a pragma that is not valid for gcc to remove -Wall warning --- svtools/source/items/flagitem.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'svtools/source/items') diff --git a/svtools/source/items/flagitem.cxx b/svtools/source/items/flagitem.cxx index 19393729d395..ae7ee2cd2551 100644 --- a/svtools/source/items/flagitem.cxx +++ b/svtools/source/items/flagitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: flagitem.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mhu $ $Date: 2001-07-24 10:30:21 $ + * last change: $Author: rt $ $Date: 2004-06-16 10:20:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,9 @@ #ifndef _STREAM_HXX //autogen #include #endif +#ifndef GCC #pragma hdrstop +#endif #include "args.hxx" #include "poolitem.hxx" -- cgit