[Libreoffice-commits] core.git: codemaker/source

Stephan Bergmann sbergman at redhat.com
Mon Mar 11 04:18:59 PDT 2013


 codemaker/source/cppumaker/cpputype.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8d7cc6792aa84003e5f2e09c1f1baa7657de9621
Author: Stephan Bergmann <sbergman at redhat.com>
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",


More information about the Libreoffice-commits mailing list