From 4054e2fa53af7b1bb4bc2219feec67557e3f4c96 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 9 Sep 2004 10:28:20 +0000 Subject: INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:34:19 waratah 1.3.202.1: #i32569# remove pragmas from gcc build add explicit handling of clauses --- goodies/source/filter.vcl/epict/dlgepct.cxx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/epict/dlgepct.cxx b/goodies/source/filter.vcl/epict/dlgepct.cxx index 0776cbb3af77..59c2f5d5edc4 100644 --- a/goodies/source/filter.vcl/epict/dlgepct.cxx +++ b/goodies/source/filter.vcl/epict/dlgepct.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgepct.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sj $ $Date: 2002-07-16 09:40:58 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:28:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,8 +58,9 @@ * * ************************************************************************/ - +#ifndef GCC #pragma hdrstop +#endif #include #include @@ -114,13 +115,14 @@ DlgExportEPCT::DlgExportEPCT( FltCallDialogParameter& rPara ) : switch ( rPara.eFieldUnit ) { -// case FUNIT_NONE : -// case FUNIT_KM : -// case FUNIT_PERCENT : -// case FUNIT_CUSTOM : -// case FUNIT_MILE : -// case FUNIT_FOOT : -// case FUNIT_M : + case FUNIT_NONE : + case FUNIT_KM : + case FUNIT_PERCENT : + case FUNIT_CUSTOM : + case FUNIT_MILE : + case FUNIT_FOOT : + case FUNIT_M : + break; // -Wall not handled. case FUNIT_MM : case FUNIT_CM : case FUNIT_TWIP : -- cgit