To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81210 Issue #|81210 Summary|do not break unbreakable pairs of words Component|Word processor Version|OOo 2.2.1 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|formatting Assigned to|mru Reported by|zbiggy
------- Additional comments from [EMAIL PROTECTED] Sun Sep 2 19:38:13 +0000 2007 ------- There are some sentences with one letter words in them or text in "quotation marks". If it happens that such letter is left at the end of line this looks ugly. I can fix it by placing hard space (Ctrl+Space) between such one letter word and next word but this is dumb. Now Swriter makes this: looks very bad. What a beautiful day. This is should do: looks very bad. What a beautiful day. This is Look at "a beautiful". Now OO Swriter at the end of line leaves "a" and in new line "beautiful" is continued. "a beautiful" should be always together and OO should automatically place hard space between such two words which are known to be always together. This single letters firmly connected with another words are not limited to English language only. In Polish language there is the same problem. here are some examples of unbreakable two words: an apple a house "The Prancing Pony" inn There is very easy detection-fix procedure: If(there is space1,letter,space2,word,space3) covert(space2, to_hard_space); If(there is space1,letter,letter,space2,word,space3) covert(space2, to_hard_space); if(quote mark is pressed) covert(space, to_hard_space); while(closing quote mark is pressed) This procedure should fix all 1 or 2 letters long short words. The same procedure should also fix words in "quotation marks" which are also unbreakable. --------------------------------------------------------------------- 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]