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


User hbrinkm changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'mla'                     |'mba,mla'
--------------------------------------------------------------------------------




------- Additional comments from hbri...@openoffice.org Thu Jun 17 16:01:07 
+0000 2010 -------
Analysis:

The section is read from the WW8 document, here:

#0      0x2e822e48 in wwSectionManager::CreateSep at ww8par6.cxx:911
#1      0x2e7c3138 in SwWW8ImplReader::ReadTextAttr at ww8par.cxx:2846
#2      0x2e7c34c7 in SwWW8ImplReader::ReadAttrs at ww8par.cxx:2951
#3      0x2e7c71d0 in SwWW8ImplReader::ReadText at ww8par.cxx:3026

        aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer 
<= ww::eWW7 ? 139 : 
0x3006), 0 ) : 0; 

Here the section is inserted:

#0      0x2e7bc6c7 in wwSectionManager::SectionIsProtected at ww8par.cxx:1821 
#1      0x2e820269 in wwSectionManager::InsertSection at ww8par6.cxx:689 
#2      0x2e7c9746 in wwSectionManager::InsertSegments at ww8par.cxx:3563 

         aSection.SetProtectFlag(SectionIsProtected(rSection));

In the WW8 document the section is marked with fUnlocked=false. Consequently it 
is imported 
protected. Switching the document to "editable" in Writer does not unprotect 
the section as a 
consequence.

OTOH: If the WW8 document is unprotected the section is not necessary for the 
Writer document and 
hence is not created.


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