From 7ac8939cc8e7599cca3de27c8f8dc9fd9f2e2185 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Sep 2015 09:12:00 +0100 Subject: cppcheck: operatorEqVarError Change-Id: Ie27c7c5d1b0c87a0e440cf57db436c7c46d46788 --- lotuswordpro/source/filter/xfilter/xfparastyle.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lotuswordpro') diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx index 701d057449f5..78c80db96883 100644 --- a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx +++ b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx @@ -143,6 +143,8 @@ XFParaStyle& XFParaStyle::operator=(const XFParaStyle& other) m_nFlag = other.m_nFlag; m_eAlignType = other.m_eAlignType; m_eLastLineAlign = other.m_eLastLineAlign; + m_bJustSingleWord = other.m_bJustSingleWord; + m_bKeepWithNext = other.m_bKeepWithNext; m_fTextIndent = other.m_fTextIndent; m_bNumberLines = other.m_bNumberLines; m_nLineNumberRestart = other.m_nLineNumberRestart; -- cgit