diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:58:08 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:58:08 +0000 |
commit | 458dea46957b826e4baf34ce83ad0e0fec4218ad (patch) | |
tree | 59fa2a6d2877f6ee7005b336e750a05c4840abb8 /io/source | |
parent | 93394ed7434520f8ec022a3c560dc59344a6d6bf (diff) |
INTEGRATION: CWS geordi2q01 (1.5.40); FILE MERGED
2003/08/18 12:57:58 hr 1.5.40.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 05f5a6f82456..ec4f7d5807bd 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TextOutputStream.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2002-09-05 16:07:37 $ + * last change: $Author: hjs $ $Date: 2003-08-18 14:58:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,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 ) ClassData3 cppu::WeakImplHelper3<com::sun::star::io::XTextOutputStream, com::sun::star::io::XActiveDataSource, com::sun::star::lang::XServiceInfo>::s_aCD(1); #endif |