To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98453
                 Issue #|98453
                 Summary|minor kashida fixes
               Component|Word processor
                 Version|DEV300 m39
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|fme
             Reported by|hennerdrewes





------- Additional comments from hennerdre...@openoffice.org Sun Jan 25 
14:24:40 +0000 2009 -------
While working with the bugdoc of issue 98410 I noticed that the fallback to
blank justification is not working, if there aren't any kashida positions
available in the first place: SwScriptInfo::CountKashida() == 0

The patch fixes this scenario by checking CountKashida() before calling
KashidaJustify() in portxt.cxx. This seems appropriate: In all other places
KashidaJustify() is called, we also check for CountKashida().

Another similar, but probably also very rare case is not covered by the patch.
If the paragraph contains kashidas (CountKashida() > 0), but a specific line
doesn't, and this line has only Arabic portions, it won't get any justification.

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


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

Reply via email to