summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:02 +0000
commit43804c0c4c59a78774416c3034ece2a33ff19759 (patch)
tree04c164055ddd8e378fcce17a311f73da80f0a330 /goodies
parent445d8ee86f6088dc9eed54b3e8d9bec71f2a91a8 (diff)
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
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eppm/eppm.cxx10
1 files changed, 6 insertions, 4 deletions
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
// ------------------------------------------------------------------------