diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:22:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:22:48 +0000 |
commit | be2f13365b237915c44423c3f19177fad648de50 (patch) | |
tree | 32e654437970745ef126603ed716758aaf0a3e6b /io | |
parent | 1c3d19a8876877d6777b96500350c691259b26ee (diff) |
INTEGRATION: CWS geordi2q14 (1.9.14); FILE MERGED
2004/01/29 17:05:07 hr 1.9.14.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index d909e64f6735..f554dd51a2ee 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TextInputStream.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hjs $ $Date: 2003-08-18 14:57:56 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:22:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,13 +91,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::io; using namespace ::com::sun::star::registry; -#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); -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence<unsigned short>::s_pType; -#endif - namespace io_TextInputStream { rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; |