summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-13 11:04:06 +0100
committersb <sb@openoffice.org>2009-11-13 11:04:06 +0100
commitfe537060e40a6d0c5411a800fd5c518d04a6209c (patch)
treefbc9591405cee3d833baac26176e1e054a368e83 /goodies
parent5b02669977cb28db248ba68f5d4e9af68d001f38 (diff)
sb116: #i106845# removed obsolete IRIX port
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ios2met/ios2met.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodies/source/filter.vcl/ios2met/ios2met.cxx b/goodies/source/filter.vcl/ios2met/ios2met.cxx
index 0fbf24f56029..8c3c19e22379 100644
--- a/goodies/source/filter.vcl/ios2met/ios2met.cxx
+++ b/goodies/source/filter.vcl/ios2met/ios2met.cxx
@@ -846,7 +846,7 @@ void OS2METReader::ReadRelLine(BOOL bGivenPos, USHORT nOrderLen)
if (nPolySize==0) return;
Polygon aPolygon(nPolySize);
for (i=0; i<nPolySize; i++) {
-#if (defined SOLARIS && defined PPC) || defined IRIX
+#if defined SOLARIS && defined PPC
UINT8 nunsignedbyte;
*pOS2MET >> nunsignedbyte; aP0.X()+=(INT8)nunsignedbyte;
*pOS2MET >> nunsignedbyte; aP0.Y()+=(INT8)nunsignedbyte;