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

New commits:
commit 916158a42d925c5aaa629a0c1a01698ed6ea17f5
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Jun 7 14:36:05 2012 +0200

    XInterfaceTypeDescription missing from isBootstrapType
    
    ...it is base of XInterfaceTypeDescription2 (included in isBootstrapType), 
which
    ultimately caused uno-skeletonmaker to crash.
    
    Change-Id: I17421f58efd9edd4112532a3221125865cc5560e
    (cherry picked from commit b67445306634571cd7d2a62942b00c0edb82b215)

diff --git a/codemaker/source/cppumaker/cpputype.cxx 
b/codemaker/source/cppumaker/cpputype.cxx
index b4eac78..02370f2 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -123,6 +123,7 @@ bool isBootstrapType(rtl::OString const & name) {
         "com/sun/star/reflection/XInterfaceAttributeTypeDescription2",
         "com/sun/star/reflection/XInterfaceMemberTypeDescription",
         "com/sun/star/reflection/XInterfaceMethodTypeDescription",
+        "com/sun/star/reflection/XInterfaceTypeDescription",
         "com/sun/star/reflection/XInterfaceTypeDescription2",
         "com/sun/star/reflection/XMethodParameter",
         "com/sun/star/reflection/XStructTypeDescription",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to