summaryrefslogtreecommitdiff
path: root/io/source/connector
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:58:40 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:58:40 +0000
commit996b1e08c5a5c6f3944002ada6e7810326c774bc (patch)
treef84ab1c3a91fc1577389a1c9faa1de9cfb6217b6 /io/source/connector
parent25334dd683a21d25a6410ef3e871aa8a0066b4b6 (diff)
INTEGRATION: CWS geordi2q01 (1.13.18); FILE MERGED
2003/08/18 12:58:01 hr 1.13.18.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'io/source/connector')
-rw-r--r--io/source/connector/connector.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index e73b4f5d3..e90738320 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: connector.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 15:58:08 $
+ * last change: $Author: hjs $ $Date: 2003-08-18 14:58:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::connection;
-#ifdef MACOSX
+#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);