From 43804c0c4c59a78774416c3034ece2a33ff19759 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 9 Sep 2004 10:29:02 +0000 Subject: INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:03:26 waratah 1.4.18.1: #i32569# add default clause to case with comment remove a pramga for gcc builds --- goodies/source/filter.vcl/eppm/eppm.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/eppm/eppm.cxx b/goodies/source/filter.vcl/eppm/eppm.cxx index 55e8357a3c57..ef76afb84901 100644 --- a/goodies/source/filter.vcl/eppm/eppm.cxx +++ b/goodies/source/filter.vcl/eppm/eppm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: eppm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 12:34:20 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:29:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,8 +104,8 @@ public: //=================== Methoden von PPMWriter ============================== PPMWriter::PPMWriter() : - mpAcc ( NULL ), - mbStatus ( TRUE ) + mbStatus ( TRUE ), + mpAcc ( NULL ) { } @@ -312,7 +312,9 @@ extern "C" BOOL __LOADONCALLAPI DoExportDialog( FltCallDialogParameter& rPara ) return bRet; } +#ifndef GCC #pragma hdrstop +#endif // ------------------------------------------------------------------------ -- cgit