To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72728


User sb changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|sb                        |thb
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Dec 20 00:57:52 -0800 
2006 -------
It appears that those calls to getPropertyValue are to the inline function
template at slideshow/source/inc/tools.hxx:1.9 l. 326 ff.  If further appears
that the fix of issue 72225 does not help here because of the
catch(com::sun::star::uno::Exception&){return false;} that leaves rValue
uninitialized.  So, the fix would either be to initialize the variable passed to
rValue at the call sides (as proposed by pjanik's diff), or to change the
implementation of getPropertyValue (e.g., by changing the catch block to
rValue=ValueType();return false;).

@thb:  I assume this is "your" code?

---------------------------------------------------------------------
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