summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-17 14:59:19 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-17 15:29:40 +0200
commitd185204737031955c56a24356ed003d342548434 (patch)
treee4c99398505373577adc0a8c00586e2dc46070b7 /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent256281d8e6259dc1a71624b0f8576e9deb9cdc65 (diff)
DOCX import: set DontBalanceTextColumns=true for the last section ...
... if it has multiple columns. See wwSectionManager::InsertSegments() for the related binary import code which already did this. Change-Id: I919f585bd864db748cd349e01789ec7805f031a1
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index eb315cf8880d..6f07c335f774 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -171,6 +171,7 @@ public:
void startSectionGroup();
void setLastParagraphInSection();
+ void setLastSectionGroup();
void endSectionGroup();
void startParagraphGroup();
void endParagraphGroup();