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


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Sep  4 11:46:13 +0000 
2007 -------
EnableEntryEditing doesn't exist at the SvtIconChoiceCtrl class. Instead, the
IMPL-class (SvxIconChoiceCtrl_Impl) has a member bEntryEditingEnabled, which it
never initialized. Thus, in most of the cases, it was not 0, thus inplace
editing was enabled for all classes derived/using an SvtIconChoiceCtrl.

The fix is to initialize this member.

Also, funnily the EntryEditingEnabled flag is *not* exposed to the
SvtIconChoiceCtrl, it is only used in the IMPL class. A complete fix would be to
*introduce* the EnableEntryEditing method at the SvtIconChoiceCtrl, and let it
set the SvxIconChoiceCtrl_Impl::bEntryEditingEnabled member.

Well, this latter thing is left for the interested reader :)

Fixed in CWS dba24c.

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