summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:51:26 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:51:26 +0000
commitb63a46d725887624dec431d5afc6ae5745eaaaa6 (patch)
treee48dd25b3211950d6e0761f0cb316ffde02dddc0 /svtools
parentccb069cdeb2304f9ff2645f11e70b98133351646 (diff)
INTEGRATION: CWS fwk67 (1.2.542); FILE MERGED
2007/06/22 11:08:42 cd 1.2.542.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/fltdefs.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/svtools/inc/fltdefs.hxx b/svtools/inc/fltdefs.hxx
index 41d0c5e145ba..ce264a12a223 100644
--- a/svtools/inc/fltdefs.hxx
+++ b/svtools/inc/fltdefs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fltdefs.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:30:07 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:51:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,7 @@ typedef BYTE* PDIBBYTE;
#endif
-#if defined ( OS2 ) || defined ( UNX ) || defined ( MAC )
+#if defined ( OS2 ) || defined ( UNX )
void ReadBitmap( SvStream& rIStream, Bitmap& rBmp, USHORT nDefaultHeight = 0, ULONG nOffBits = 0 );
void ReplaceInfoHeader( SvStream& rStm, BYTE* pBuffer );
@@ -111,10 +111,6 @@ void ReplaceInfoHeader( SvStream& rStm, BYTE* pBuffer );
#define PBITMAPINFO PBITMAPINFOOS2
#endif
-#if defined(MAC) && (defined(powerc) || defined (__powerc))
-#pragma options align=mac68k
-#endif
-
typedef struct RGBQUAD
{
BYTE rgbBlue;
@@ -162,9 +158,5 @@ typedef struct BITMAPINFO
} BITMAPINFO;
typedef BITMAPINFO* PBITMAPINFO;
-#if defined(MAC) && (defined(powerc) || defined (__powerc))
-#pragma options align=reset
-#endif
-
#endif
#endif