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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|aw                        |cl
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Fri Apr  3 12:15:09 +0000 
2009 -------
AW->CL: Reason is that the current code in the svx helper implementation of
createNewSdrTextAttribute assumes that when GetEditOutlinerParaObject at the
SdrTextObj returns NULL that text edit is not active. That is wrong. In
svx/source/sdr/primitive2d/sdrattributecreator.cxx the line

                        bInEditMode = false;

needs to be replaced with the lines

                        // #i100537#
                        // GetEditOutlinerParaObject() returning no object does
not mean that
                        // text edit mode is not active. Do not reset the flag 
here
                        // bInEditMode = false;

to fix the problem. Thanks for Your offer to takeover CWS handling!


---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to