summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:34:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:34:03 +0000
commit445a4482e9a51fab590817c37fa68462c75d3786 (patch)
tree7599a1e7f0948350b628a5327d0c61d1a362e4c7 /goodies
parent8eb9d29be9a15b5ffc36fecd1a44febf75aab4bd (diff)
INTEGRATION: CWS ooo20040815 (1.4.202); FILE MERGED
2004/08/04 12:43:05 waratah 1.4.202.1: #i32569# Order declarations to match header file
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ipsd/ipsd.cxx21
1 files changed, 11 insertions, 10 deletions
diff --git a/goodies/source/filter.vcl/ipsd/ipsd.cxx b/goodies/source/filter.vcl/ipsd/ipsd.cxx
index f0e8f91a7723..68e83acc4303 100644
--- a/goodies/source/filter.vcl/ipsd/ipsd.cxx
+++ b/goodies/source/filter.vcl/ipsd/ipsd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ipsd.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:11:36 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:34:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,15 +126,15 @@ public:
//=================== Methoden von PSDReader ==============================
PSDReader::PSDReader() :
- mpWriteAcc ( NULL ),
- mpMaskWriteAcc ( NULL ),
- mpReadAcc ( NULL ),
mpFileHeader ( NULL ),
- mpPalette ( NULL ),
- mbStatus ( sal_True ),
- mbTransparent ( sal_False ),
mnXResFixed ( 0 ),
- mnYResFixed ( 0 )
+ mnYResFixed ( 0 ),
+ mbStatus ( TRUE ),
+ mbTransparent ( FALSE ),
+ mpReadAcc ( NULL ),
+ mpWriteAcc ( NULL ),
+ mpMaskWriteAcc ( NULL ),
+ mpPalette ( NULL )
{
}
@@ -772,8 +772,9 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic,
}
//================== ein bischen Muell fuer Windows ==========================
-
+#ifndef GCC
#pragma hdrstop
+#endif
#ifdef WIN