diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:23:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:23:04 +0000 |
commit | d6c9bf356bd7f5ae1501480c7c64983b6b6adcfa (patch) | |
tree | 2aa0a2a18196c959ddb00ae1d1d24f3e48f5884f | |
parent | be2f13365b237915c44423c3f19177fad648de50 (diff) |
INTEGRATION: CWS geordi2q14 (1.6.14); FILE MERGED
2004/01/29 17:05:08 hr 1.6.14.1: #111934#: merge CWS ooo111fix2
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index ec4f7d5807bd..6374d1c6485b 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TextOutputStream.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hjs $ $Date: 2003-08-18 14:58:08 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:23:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,10 +89,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::io; using namespace ::com::sun::star::registry; -#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 - namespace io_TextOutputStream { rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; |