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





------- Additional comments from [EMAIL PROTECTED] Sun Jul 20 21:15:49 +0000 
2008 -------
It seems this phenomenon has been already fixed in the latest developer build 
DEV300_m26 with the CWS cmcfixes47.

In the following method of sw/source/filter/ww8/ww8par6.cxx
  void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)

Revision 1.177 (OpenOffice_2_4_0)
    aNewSection.maSep.fUnlocked = ReadBSprm(pSep, (bVer67 ? 139 : 0x3006), 0 );

Revision 1.177.46.2 (OpenOffice_2_4_1), for the issue 90306?
    aNewSection.maSep.fUnlocked = eVer <= ww::eWW2 ? ReadBSprm(pSep, (eVer <=
ww::eWW7 ? 139 : 0x3006), 0 ) : 0;

Revision 1.188 (DEV300_m26), for the issue 90792?
    aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <=
ww::eWW7 ? 139 : 0x3006), 0 ) : 0;


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