summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/implbase3.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:39:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:39:35 +0000
commit47972346a1445ce10fc0765f647efe6cdc204087 (patch)
treef51b7edee9aa89f842cb2368126bc96cd91226bf /cppuhelper/inc/cppuhelper/implbase3.hxx
parentb32cd2553a3b1bb57183256d5c3e1987aa534fde (diff)
INTEGRATION: CWS jl13 (1.12.4); FILE MERGED
2004/09/20 15:23:58 dbo 1.12.4.1: #i32854# correct union initializer
Diffstat (limited to 'cppuhelper/inc/cppuhelper/implbase3.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/implbase3.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase3.hxx b/cppuhelper/inc/cppuhelper/implbase3.hxx
index defced4cde5b..a37e33f53556 100644
--- a/cppuhelper/inc/cppuhelper/implbase3.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase3.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase3.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:25:24 $
+ * last change: $Author: hr $ $Date: 2004-11-09 13:38:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,10 +90,10 @@ namespace cppu
3 +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 },
- { ::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 },
+ { { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_Int32)(::com::sun::star::lang::XTypeProvider *) (Impl *) 16) - 16 }
}
};
return reinterpret_cast< class_data * >(&s_cd);