summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 22:12:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 22:12:32 +0000
commit546423401310566f8f8e08d060342ad1858b0a8a (patch)
tree098be84c6cf15ac73d4904f56fa97b0e51212162 /cppuhelper
parent918c92ff0ab2d0ae07bc8184b029d5954326c636 (diff)
INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED
2004/01/29 15:09:36 hr 1.8.40.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/implbase3.hxx23
1 files changed, 2 insertions, 21 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase3.hxx b/cppuhelper/inc/cppuhelper/implbase3.hxx
index 9436000f97cd..96578da79dcf 100644
--- a/cppuhelper/inc/cppuhelper/implbase3.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase3.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase3.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 17:50:39 $
+ * last change: $Author: hr $ $Date: 2004-02-02 23:12:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,23 +61,6 @@
#ifndef _CPPUHELPER_IMPLBASE3_HXX_
#define _CPPUHELPER_IMPLBASE3_HXX_
-#if defined( MACOSX ) && ( __GNUC__ < 3 )
-/* use old impl helpers for macosx */
-
-#define __IFC3 Ifc1, Ifc2, Ifc3
-#define __CLASS_IFC3 class Ifc1, class Ifc2, class Ifc3
-#define __PUBLIC_IFC3 public Ifc1, public Ifc2, public Ifc3
-
-#ifndef _CPPUHELPER_IMPLBASE_HXX_
-#include <cppuhelper/implbase.hxx>
-#endif
-
-__DEF_IMPLHELPER_PRE( 3 )
- __IFC_WRITEOFFSET( 1 ) __IFC_WRITEOFFSET( 2 ) __IFC_WRITEOFFSET( 3 )
-__DEF_IMPLHELPER_POST( 3 )
-
-#else /* ! MACOSX */
-
#ifndef _CPPUHELPER_IMPLBASE_EX_HXX_
#include <cppuhelper/implbase_ex.hxx>
#endif
@@ -329,6 +312,4 @@ namespace cppu
};
}
-#endif /* MACOSX */
-
#endif