summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-07 09:12:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-07 09:56:07 +0100
commit7ac8939cc8e7599cca3de27c8f8dc9fd9f2e2185 (patch)
treef9f3c15a6058a877295939d000e80d6b8b861544 /lotuswordpro
parentfd6eef7c48833538f4a1e7ee61a48bf021f4e01d (diff)
cppcheck: operatorEqVarError
Change-Id: Ie27c7c5d1b0c87a0e440cf57db436c7c46d46788
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.cxx2
1 files changed, 2 insertions, 0 deletions
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;