summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:23:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:23:23 +0000
commitb580ab396c49e0232d5bbe966d5dd3b890c0313e (patch)
tree9ed757730c91e386294d6a1d964e3c9f798d0ea6 /io
parentd6c9bf356bd7f5ae1501480c7c64983b6b6adcfa (diff)
INTEGRATION: CWS geordi2q14 (1.14.14); FILE MERGED
2004/01/29 17:05:10 hr 1.14.14.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'io')
-rw-r--r--io/source/acceptor/acceptor.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index 9f7087c5a8ce..ac5c60a6a344 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acceptor.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hjs $ $Date: 2003-08-18 14:58:20 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:23:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,12 +84,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::connection;
-#if defined( MACOSX ) && ( __GNUC__ < 3 )
-ClassData2 cppu::WeakImplHelper2<com::sun::star::connection::XAcceptor, com::sun::star::lang::XServiceInfo>::s_aCD(1);
-/*ClassData1 cppu::WeakImplHelper1<com::sun::star::connection::XConnection>::s_aCD(1);
-ClassData2 cppu::WeakImplHelper2<com::sun::star::connection::XConnection, com::sun::star::connection::XConnectionBroadcaster>::s_aCD(1);*/
-#endif
-
namespace io_acceptor
{
rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT;