diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx index 9be5801c097c..3069a4f34092 100644 --- a/cppuhelper/source/implbase.cxx +++ b/cppuhelper/source/implbase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2003-07-16 17:52:12 $ + * last change: $Author: hr $ $Date: 2004-02-02 23:15:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,33 +80,6 @@ using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -#if defined( MACOSX ) && ( __GNUC__ < 3 ) -// Initialize static template data here to break circular reference to libstatic -#include -#include -#include -#include -#include -#include -#include -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -typelib_TypeDescriptionReference * com::sun::star::uno::Sequence >::s_pType; -#endif - namespace cppu { //==================================================================================================