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 [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]