summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:57:56 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:57:56 +0000
commit93394ed7434520f8ec022a3c560dc59344a6d6bf (patch)
tree724970dca493b1fa6ae145283fb2e238641a2d5e /io/source/TextInputStream
parentbc7e17d4e1a22c4b9a75b4e65fbaaebe1e9134c0 (diff)
INTEGRATION: CWS geordi2q01 (1.8.40); FILE MERGED
2003/08/18 12:57:58 hr 1.8.40.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'io/source/TextInputStream')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 780897cf97ea..d909e64f6735 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TextInputStream.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2002-09-05 16:10:42 $
+ * last change: $Author: hjs $ $Date: 2003-08-18 14:57:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::registry;
-#ifdef MACOSX
+#if defined( MACOSX ) && ( __GNUC__ < 3 )
#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.hpp>
ClassData3 cppu::WeakImplHelper3<com::sun::star::io::XTextInputStream, com::sun::star::io::XActiveDataSink, com::sun::star::lang::XServiceInfo>::s_aCD(1);