summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.hxx
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2020-07-30 09:50:27 +0300
committerJustin Luth <justin_luth@sil.org>2020-08-08 19:31:50 +0200
commit538898d6b9a70d593d9e061f83bed1bffd3987c5 (patch)
treed357dbc78ac3e884d1b01d496279335a91a27359 /writerfilter/source/dmapper/DomainMapper_Impl.hxx
parentc8b7a833c8f195facf225d062adc762a07ea55b9 (diff)
related tdf#135216 writerfilter: don't bRemove para with field
So the lovely task of building up every possible exception where a paragraph has content without noticed character properties continues... Change-Id: I1df13f1ea96866b82f44cbbedd52bb525e0d3c2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99761 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapper_Impl.hxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index d69168ed74fc..2597f6877f34 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -664,6 +664,7 @@ public:
/// Getter method for m_bSdt.
bool GetSdt() const { return m_bSdt;}
bool GetParaChanged() const { return m_bParaChanged;}
+ bool GetParaHadField() const { return m_bParaHadField; }
bool GetRemoveThisPara() const { return m_bRemoveThisParagraph; }
void deferBreak( BreakType deferredBreakType );