Kaydet (Commit) 73c3907b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 89718e94
...@@ -119,6 +119,7 @@ bool isBootstrapType(rtl::OString const & name) { ...@@ -119,6 +119,7 @@ bool isBootstrapType(rtl::OString const & name) {
"com/sun/star/reflection/XMethodParameter", "com/sun/star/reflection/XMethodParameter",
"com/sun/star/reflection/XStructTypeDescription", "com/sun/star/reflection/XStructTypeDescription",
"com/sun/star/reflection/XTypeDescription", "com/sun/star/reflection/XTypeDescription",
"com/sun/star/reflection/XTypeDescriptionEnumeration",
"com/sun/star/reflection/XTypeDescriptionEnumerationAccess", "com/sun/star/reflection/XTypeDescriptionEnumerationAccess",
"com/sun/star/reflection/XUnionTypeDescription", "com/sun/star/reflection/XUnionTypeDescription",
"com/sun/star/registry/XImplementationRegistration", "com/sun/star/registry/XImplementationRegistration",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment