summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:29 +0000
commit540a11f4c78e88aa77823fd25162702dadef8135 (patch)
treed2689b3646fda32cdb1d3d707e3f8a6ca4d4bfde /goodies
parent8f6b41436603448b8db58e12387fffa031b1dded (diff)
INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED
2004/08/04 13:14:21 waratah 1.2.232.1: #i32569# add initialisers to variables remove pragmas from gcc builds reorder definitions to match class definition
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eras/eras.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/eras/eras.cxx b/goodies/source/filter.vcl/eras/eras.cxx
index a0a5de98c119..23f7441b132f 100644
--- a/goodies/source/filter.vcl/eras/eras.cxx
+++ b/goodies/source/filter.vcl/eras/eras.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eras.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2001-03-08 15:41:32 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,8 +102,8 @@ public:
//=================== Methoden von RASWriter ==============================
RASWriter::RASWriter() :
- mpAcc ( NULL ),
mbStatus ( TRUE ),
+ mpAcc ( NULL ),
mnRepCount ( 0xffffffff )
{
}
@@ -247,7 +247,7 @@ void RASWriter::ImplWriteBody()
}
else if ( mnDepth == 1 )
{
- BYTE nDat;
+ BYTE nDat = 0;
for ( y = 0; y < mnHeight; y++ )
{
@@ -314,8 +314,9 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap
return aRASWriter.WriteRAS( rGraphic, rStream, pCallback, pCallerData, pConfigItem );
}
-
+#ifndef GCC
#pragma hdrstop
+#endif
// ---------------
// - Win16 trash -