summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/compbase3.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:48:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:48:48 +0000
commitdfab298b5acfde7e19a5a8ebd3c749f9734b7ea4 (patch)
tree4784cb20930ff6db83d99696a3706603df4e015b /cppuhelper/inc/cppuhelper/compbase3.hxx
parentf33aad38ce8bf85148eccee561537aa6cf4083ab (diff)
INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED
2003/07/14 15:18:45 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611 Dan fa@ooo
Diffstat (limited to 'cppuhelper/inc/cppuhelper/compbase3.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/compbase3.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase3.hxx b/cppuhelper/inc/cppuhelper/compbase3.hxx
index 0b6d57c17b06..d2d686bc3ffa 100644
--- a/cppuhelper/inc/cppuhelper/compbase3.hxx
+++ b/cppuhelper/inc/cppuhelper/compbase3.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: compbase3.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2001-11-09 13:49:15 $
+ * last change: $Author: hr $ $Date: 2003-07-16 17:48:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,8 @@
#include <cppuhelper/implbase3.hxx>
#endif
-#ifdef MACOSX /* use old impl helpers for macosx */
+#if defined( MACOSX ) && ( __GNUC__ < 3 )
+/* use old impl helpers for macosx */
#ifndef _CPPUHELPER_COMPBASE_HXX_
#include <cppuhelper/compbase.hxx>