summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:23:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:23:56 +0000
commit207619f53cf37cc90d07659dc50f1227234e148a (patch)
tree3998c0c09ce1a81359b236b32621cf7a495c90b0 /io
parent0a1c87196fb999cc15aab0046b82138aa983491b (diff)
INTEGRATION: CWS geordi2q14 (1.14.14); FILE MERGED
2004/01/29 17:05:13 hr 1.14.14.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'io')
-rw-r--r--io/source/connector/connector.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index e90738320459..3f59472f714a 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: connector.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hjs $ $Date: 2003-08-18 14:58:40 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,12 +85,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 WeakImplHelper2< ::com::sun::star::connection::XConnection, ::com::sun::star::connection::XConnectionBroadcaster >::s_aCD(1);
-ClassData2 WeakImplHelper2<com::sun::star::connection::XConnector, com::sun::star::lang::XServiceInfo>::s_aCD(1);
-ClassData1 WeakImplHelper1<com::sun::star::connection::XConnection>::s_aCD(1);
-#endif
-
namespace stoc_connector
{
rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT;