summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.hxx
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2024-01-31 15:03:32 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2024-02-01 09:34:44 +0100
commit30323c813977eb0127251848fecd2532dce75749 (patch)
tree87e5ae939434b8703aaca114c64db24aa2121a2f /writerfilter/source/dmapper/DomainMapper_Impl.hxx
parent95b01848b18283fd2f903c982108ccdb8efee022 (diff)
writerfilter: move m_bFirstParagraphInCell to SubstreamContext
This is a change to set it for all substreams. Change-Id: I44ed9a5485000f40f8ccfe3ec885ef8f05f5aab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162841 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapper_Impl.hxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index 518f490cf12c..1250cf97307b 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -189,6 +189,8 @@ struct SubstreamContext
sal_Int32 nLineBreaksDeferred = 0;
/// Current paragraph had at least one field in it.
bool bParaHadField = false;
+ /// Current paragraph in a table is first paragraph of a cell
+ bool bFirstParagraphInCell = true;
};
/// Information about a paragraph to be finished after a field end.
@@ -1232,9 +1234,6 @@ private:
css::uno::Reference<css::beans::XPropertySet> m_xPreviousParagraph;
/// Current paragraph has automatic before spacing.
bool m_bParaAutoBefore;
- /// Current paragraph in a table is first paragraph of a cell
- bool m_bFirstParagraphInCell;
- bool m_bSaveFirstParagraphInCell;
/// Current paragraph had at least one inline object in it.
bool m_bParaWithInlineObject;
/// SAXException was seen so document will be abandoned