diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-06-07 14:36:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-07 14:36:05 +0200 |
commit | b67445306634571cd7d2a62942b00c0edb82b215 (patch) | |
tree | c7696bf4cdb3d935fc96fedb2ad953fbd1d486de /codemaker | |
parent | 31a353719851b08664b7f13ca59f39a993e66ba6 (diff) |
XInterfaceTypeDescription missing from isBootstrapType
...it is base of XInterfaceTypeDescription2 (included in isBootstrapType), which
ultimately caused uno-skeletonmaker to crash.
Change-Id: I17421f58efd9edd4112532a3221125865cc5560e
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 7fc720a65fa4..628b4c648c84 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", |