summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-09-05 15:13:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-09-05 15:13:52 +0000
commit22e9379f1752aa6b66103483f3d144a9bafa87e3 (patch)
tree8b9dc503e4a22a0735908bde66a3d8f8b2c15cdc /io/source/TextInputStream
parent747fc2552c1a77bae217a4aba50184d2b9fb9341 (diff)
#100000#
Diffstat (limited to 'io/source/TextInputStream')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx10
-rw-r--r--io/source/TextInputStream/makefile.mk5
2 files changed, 11 insertions, 4 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 58e32ca89ecd..780897cf97ea 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TextInputStream.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2001-09-21 15:25:56 $
+ * last change: $Author: vg $ $Date: 2002-09-05 16:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,12 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::registry;
+#ifdef MACOSX
+#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);
+typelib_TypeDescriptionReference * com::sun::star::uno::Sequence<unsigned short>::s_pType;
+#endif
namespace io_TextInputStream
{
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk
index 1b9f54ee8bdb..76b6202a921a 100644
--- a/io/source/TextInputStream/makefile.mk
+++ b/io/source/TextInputStream/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: jbu $ $Date: 2001-06-29 16:44:02 $
+# last change: $Author: vg $ $Date: 2002-09-05 16:11:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,6 +86,7 @@ UNOTYPES= com.sun.star.io.XTextInputStream \
com.sun.star.lang.XTypeProvider \
com.sun.star.lang.XServiceInfo \
com.sun.star.registry.XRegistryKey \
+ com.sun.star.reflection.XInterfaceMemberTypeDescription \
com.sun.star.uno.XAggregation \
com.sun.star.uno.XWeak \
com.sun.star.uno.XComponentContext