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

New commits:
commit 73c3907bce33c07ef78c0bb9ff1e0df8b9fbb323
Author: Tor Lillqvist <[email protected]>
Date:   Sat Oct 6 23:10:58 2012 +0300

    For some reason saxparser aborts for me without this
    
    This is in a Mac build tree using the 10.7 SDK and latest Xcode Clang.
    
    This codemaker-generated type stuff seems awfully fragile. Should we
    just bite the bullet and do the "comprehensive" thing for all UDKAPI
    types all the time on all platforms? Is that a sane question to ask?
    
    Change-Id: I9d17e76a83ff71898409179acb445832436f7bbd

diff --git a/codemaker/source/cppumaker/cpputype.cxx 
b/codemaker/source/cppumaker/cpputype.cxx
index eca0143..0996db6 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -119,6 +119,7 @@ bool isBootstrapType(rtl::OString const & name) {
         "com/sun/star/reflection/XMethodParameter",
         "com/sun/star/reflection/XStructTypeDescription",
         "com/sun/star/reflection/XTypeDescription",
+        "com/sun/star/reflection/XTypeDescriptionEnumeration",
         "com/sun/star/reflection/XTypeDescriptionEnumerationAccess",
         "com/sun/star/reflection/XUnionTypeDescription",
         "com/sun/star/registry/XImplementationRegistration",
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to