summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/source/zippackage/ZipPackageStream.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/source/zippackage/ZipPackageStream.hxx b/package/source/zippackage/ZipPackageStream.hxx
index 5875e93eabe5..cd884b9b85e5 100644
--- a/package/source/zippackage/ZipPackageStream.hxx
+++ b/package/source/zippackage/ZipPackageStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageStream.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2002-08-20 13:04:52 $
+ * last change: $Author: hr $ $Date: 2003-07-16 17:37:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
class ZipPackage;
struct ZipEntry;
-#ifdef MACOSX
+#if defined( MACOSX ) && ( __GNUC__ < 3 )
class ZipPackageStream : public ZipPackageEntry,
public ::cppu::OWeakObject,
public ::com::sun::star::io::XActiveDataSink
@@ -154,7 +154,7 @@ public:
return aImplementationId;
}
-#ifdef MACOSX
+#if defined( MACOSX ) && ( __GNUC__ < 3 )
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& rType )
throw(::com::sun::star::uno::RuntimeException);