INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED

2004/01/29 15:09:18 hr 1.8.40.1: #111934#: merge CWS ooo111fix2
This commit is contained in:
Jens-Heiner Rechtien
2004-02-02 22:10:20 +00:00
parent 7317533a4b
commit 8b17fe72dc

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: compbase8.hxx,v $ * $RCSfile: compbase8.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: hr $ $Date: 2003-07-16 17:49:24 $ * last change: $Author: hr $ $Date: 2004-02-02 23:10:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -65,17 +65,6 @@
#include <cppuhelper/implbase8.hxx> #include <cppuhelper/implbase8.hxx>
#endif #endif
#if defined( MACOSX ) && ( __GNUC__ < 3 )
/* use old impl helpers for macosx */
#ifndef _CPPUHELPER_COMPBASE_HXX_
#include <cppuhelper/compbase.hxx>
#endif
__DEF_COMPIMPLHELPER( 8 )
#else /* ! MACOSX */
#ifndef _CPPUHELPER_COMPBASE_EX_HXX_ #ifndef _CPPUHELPER_COMPBASE_EX_HXX_
#include <cppuhelper/compbase_ex.hxx> #include <cppuhelper/compbase_ex.hxx>
#endif #endif
@@ -180,6 +169,4 @@ namespace cppu
}; };
} }
#endif /* MACOSX */
#endif #endif