codemaker/source/cppumaker/cpputype.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 8d7cc6792aa84003e5f2e09c1f1baa7657de9621 Author: Stephan Bergmann <[email protected]> Date: Mon Mar 11 12:16:37 2013 +0100 css.beans.PropertyValue references css.beans.PropertyState ...so include the latter in isBootstrapType too, see dee53a32a9feba2021782db5762b5a9a034efae4 "Temporary hack around cppu_detail_getCppuType variants violating ODR." Change-Id: I613cf3d8699eccb149e0e1d31f4398a426ce0966 diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index c348729..5513d24 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -73,6 +73,7 @@ rtl::OString translateSimpleUnoType(rtl::OString const & unoType, bool cppuUnoTy bool isBootstrapType(rtl::OString const & name) { static char const * const names[] = { "com/sun/star/beans/PropertyAttribute", + "com/sun/star/beans/PropertyState", "com/sun/star/beans/PropertyValue", "com/sun/star/beans/XFastPropertySet", "com/sun/star/beans/XMultiPropertySet", _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
