https://bugs.freedesktop.org/show_bug.cgi?id=78947
--- Comment #2 from [email protected] --- 1) After further analysis of nodes.xml and layout.xml following things were found a) The actual cause of the issue is a WATERMARK. b) There is a condition in void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) wrtw8nds.cxx which checks that if we are in document.xml then we shouldn't write watermark information as it should be in the header.xml file. c) Further more analysis led to the conclusion that during import itself the watermark is getting anchored on the text in the first row of the table which is in document.xml. d) Due to this when we go to write the first row of the table the following condition wrtw8nds.cxx if (( TXT_HDFT != nTxtTyp) && aWatermarkAttrIter.IsWatermarkFrame()) { return; } becomes true and it returns.. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
