diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:28:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:28:20 +0000 |
commit | 4054e2fa53af7b1bb4bc2219feec67557e3f4c96 (patch) | |
tree | cf3de5367452c195da9f2c7782330a3512f11616 /goodies | |
parent | 5e77c1db0b04014478de340512848027fdee373a (diff) |
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
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epict/dlgepct.cxx | 22 |
1 files changed, 12 insertions, 10 deletions
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 <vcl/msgbox.hxx> #include <svtools/FilterConfigItem.hxx> @@ -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 : |