From 263938c4a8789d881f8e736d317b6bcc09c3bce5 Mon Sep 17 00:00:00 2001 From: Vinaya Mandke Date: Thu, 13 Feb 2014 20:02:53 +0530 Subject: fdo#73596 [DOCX] Multiple Columns in Index The number of columns in an Index is given by the "\c" switch. During export, added section breaks before and after the Index; this is to preserve the layout of the round tripped file in MS Office. Modified MSWordExportBase::NoPageBreakSection so that an incorrect "nextPage" section break is not exported. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8047 Change-Id: I364e19d6739c4c6a60e3c605044fc1fafd9147d3 --- sw/source/filter/ww8/docxattributeoutput.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx') diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index de98b3c8b64c..dd24e2f6c353 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -745,6 +745,7 @@ private: SwWriteTable *m_pTableWrt; bool m_bParagraphOpened; + bool m_bIsFirstParagraph; // Remember that a column break has to be opened at the // beginning of the next paragraph -- cgit