diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 12:39:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 12:39:49 +0000 |
commit | cea19c4752b1ba20585f5eb15905f5309d8af6fd (patch) | |
tree | ca7db3f08041e1218546f08a01490d3979f42b34 /cppuhelper | |
parent | 47972346a1445ce10fc0765f647efe6cdc204087 (diff) |
INTEGRATION: CWS jl13 (1.12.4); FILE MERGED
2004/09/20 15:23:59 dbo 1.12.4.1: #i32854# correct union initializer
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/implbase9.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase9.hxx b/cppuhelper/inc/cppuhelper/implbase9.hxx index c1f8b0de2951..ade3a42f8f57 100644 --- a/cppuhelper/inc/cppuhelper/implbase9.hxx +++ b/cppuhelper/inc/cppuhelper/implbase9.hxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase9.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:26:37 $ + * last change: $Author: hr $ $Date: 2004-11-09 13:39:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,16 +91,16 @@ namespace cppu 9 +1, sal_False, sal_False, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { - { Ifc1::static_type, ((sal_Int32)(Ifc1 *) (Impl *) 16) - 16 }, - { Ifc2::static_type, ((sal_Int32)(Ifc2 *) (Impl *) 16) - 16 }, - { Ifc3::static_type, ((sal_Int32)(Ifc3 *) (Impl *) 16) - 16 }, - { Ifc4::static_type, ((sal_Int32)(Ifc4 *) (Impl *) 16) - 16 }, - { Ifc5::static_type, ((sal_Int32)(Ifc5 *) (Impl *) 16) - 16 }, - { Ifc6::static_type, ((sal_Int32)(Ifc6 *) (Impl *) 16) - 16 }, - { Ifc7::static_type, ((sal_Int32)(Ifc7 *) (Impl *) 16) - 16 }, - { Ifc8::static_type, ((sal_Int32)(Ifc8 *) (Impl *) 16) - 16 }, - { Ifc9::static_type, ((sal_Int32)(Ifc9 *) (Impl *) 16) - 16 }, - { ::com::sun::star::lang::XTypeProvider::static_type, ((sal_Int32)(::com::sun::star::lang::XTypeProvider *) (Impl *) 16) - 16 } + { { Ifc1::static_type }, ((sal_Int32)(Ifc1 *) (Impl *) 16) - 16 }, + { { Ifc2::static_type }, ((sal_Int32)(Ifc2 *) (Impl *) 16) - 16 }, + { { Ifc3::static_type }, ((sal_Int32)(Ifc3 *) (Impl *) 16) - 16 }, + { { Ifc4::static_type }, ((sal_Int32)(Ifc4 *) (Impl *) 16) - 16 }, + { { Ifc5::static_type }, ((sal_Int32)(Ifc5 *) (Impl *) 16) - 16 }, + { { Ifc6::static_type }, ((sal_Int32)(Ifc6 *) (Impl *) 16) - 16 }, + { { Ifc7::static_type }, ((sal_Int32)(Ifc7 *) (Impl *) 16) - 16 }, + { { Ifc8::static_type }, ((sal_Int32)(Ifc8 *) (Impl *) 16) - 16 }, + { { Ifc9::static_type }, ((sal_Int32)(Ifc9 *) (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); |