summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:30:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:30:01 +0000
commit2e1ce5eb587f360970cddfb8890bed18867bc5a8 (patch)
tree16a47d20ec64bbdfd9f72180c6eb5f5ac2c3e2ee /goodies
parent21340afb144331b33c51469213bdc2efd075580c (diff)
INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED
2004/08/04 13:03:26 waratah 1.2.232.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/expm/expm.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/expm/expm.cxx b/goodies/source/filter.vcl/expm/expm.cxx
index adeb9e814f9d..5ae518a0cfe2 100644
--- a/goodies/source/filter.vcl/expm/expm.cxx
+++ b/goodies/source/filter.vcl/expm/expm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: expm.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2001-03-08 15:38:59 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:30:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,9 +101,9 @@ public:
//=================== Methoden von XPMWriter ==============================
XPMWriter::XPMWriter() :
- mpAcc ( NULL ),
mbStatus ( TRUE ),
- mbTrans ( FALSE )
+ mbTrans ( FALSE ),
+ mpAcc ( NULL )
{
}
@@ -301,7 +301,9 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap
return aXPMWriter.WriteXPM( rGraphic, rStream, pCallback, pCallerData, pConfigItem );
}
+#ifndef GCC
#pragma hdrstop
+#endif
// ---------------
// - Win16 trash -