[Libreoffice-commits] .: codemaker/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Jun 7 05:36:27 PDT 2012
codemaker/source/cppumaker/cpputype.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b67445306634571cd7d2a62942b00c0edb82b215
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
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 7fc720a..628b4c6 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