[Libreoffice-commits] .: Branch 'libreoffice-3-6' - codemaker/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Jun 7 05:52:16 PDT 2012
codemaker/source/cppumaker/cpputype.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 916158a42d925c5aaa629a0c1a01698ed6ea17f5
Author: Stephan Bergmann <sbergman at 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",
More information about the Libreoffice-commits
mailing list