diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-06 23:10:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-06 23:13:39 +0300 |
commit | 73c3907bce33c07ef78c0bb9ff1e0df8b9fbb323 (patch) | |
tree | 8e81bbdfe5118f24e63415c6df9dedee4fa9a42c /codemaker | |
parent | 89718e94ec0e61147c0a6a8aa168725df32a6d6c (diff) |
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
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 eca01435a4e2..0996db61329c 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", |