From 5b85fe58d3150b671609aabf545174a73fe9a96f Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 13:05:38 +0000 Subject: INTEGRATION: CWS ooo20040329 (1.3.168); FILE MERGED 2004/03/17 09:20:42 waratah 1.3.168.1: #i1858# bracket the pragma for windows to remove a -Wall warning for gcc --- comphelper/source/processfactory/componentfactory.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'comphelper/source/processfactory') diff --git a/comphelper/source/processfactory/componentfactory.cxx b/comphelper/source/processfactory/componentfactory.cxx index 719982cb761c..022300381949 100644 --- a/comphelper/source/processfactory/componentfactory.cxx +++ b/comphelper/source/processfactory/componentfactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: componentfactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-05-11 12:53:01 $ + * last change: $Author: svesik $ $Date: 2004-04-21 14:05:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,9 @@ #endif +#ifndef GCC #pragma hdrstop +#endif using namespace ::com::sun::star; -- cgit