To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40814
                  Issue #:|40814
                  Summary:|Make binary UNO more robust against missing type
                          |descriptions
                Component:|udk
                  Version:|680m70
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Mon Jan 17 08:09:21 -0800 
2005 -------
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.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to