Issue 40814

Summary: Make binary UNO more robust against missing type descriptions
Product: udk Reporter: Stephan Bergmann <stephan.bergmann.secondary>
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P4 CC: issues
Version: 680m70   
Target Milestone: AOO PleaseHelp   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Stephan Bergmann 2005-01-17 16:09:21 UTC
See issue 8581 for a stacktrace of a call to Any::operator <<= that crashes
because the type description for PropertyValue is missing.  Making this more
robust would mean to (a) add sal_Bool return values (or similar) to C functions
that can fail when type descriptions are missing (e.g., uno_type_any_assign),
and (b) let C++ functions throw RuntimeException when type descriptions are
missing (e.g., Any::operator <<=); both these changes would probably be
incompatible, however.
Comment 1 Stephan Bergmann 2005-01-17 16:10:26 UTC
accepted
Comment 2 Marcus 2017-05-20 11:31:41 UTC
Reset assigne to the default "issues@openoffice.apache.org".