diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:24:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:24:23 +0000 |
commit | df038f44e7f1b57844b5b06d36c165af497a2824 (patch) | |
tree | b227f4dcc3d3c53ab041def0b6a73d83940c569d /cppuhelper | |
parent | ae54ac901484665e45d46735e846999f85f06ab0 (diff) |
INTEGRATION: CWS tune03 (1.11.10); FILE MERGED
2004/08/11 17:56:42 mhu 1.11.10.1: #i10000# Merged in lost changes from cws 'gcc340fixes01'
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/implbase1.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase1.hxx b/cppuhelper/inc/cppuhelper/implbase1.hxx index 75a1fd23abf0..1baba1754b46 100644 --- a/cppuhelper/inc/cppuhelper/implbase1.hxx +++ b/cppuhelper/inc/cppuhelper/implbase1.hxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase1.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-07-23 15:00:01 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:24:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,8 +90,8 @@ namespace cppu 1 +1, sal_False, sal_False, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { - { (::cppu::fptr_getCppuType)(::com::sun::star::uno::Type const & (SAL_CALL *)( ::com::sun::star::uno::Reference< Ifc1 > const * ))&getCppuType, ((sal_Int32)(Ifc1 *) (Impl *) 16) - 16 }, - { (::cppu::fptr_getCppuType)(::com::sun::star::uno::Type const & (SAL_CALL *)( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XTypeProvider > const * ))&getCppuType, ((sal_Int32)(::com::sun::star::lang::XTypeProvider *) (Impl *) 16) - 16 } + { Ifc1::static_type, ((sal_Int32)(Ifc1 *) (Impl *) 16) - 16 }, + { ::com::sun::star::lang::XTypeProvider::static_type, ((sal_Int32)(::com::sun::star::lang::XTypeProvider *) (Impl *) 16) - 16 } } }; return reinterpret_cast< class_data * >(&s_cd); |