diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-13 23:00:02 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-14 08:31:21 +0000 |
commit | 074c13a63d65be259ad65c9f93fcd691a88754cb (patch) | |
tree | 6a02b513320b219af748a0b6f640b9424afeed06 /lotuswordpro/source | |
parent | 00eafaa9493e99dfc81ec102b1ae936b84e44d0d (diff) |
cppcheck: fix operatorEqVarError (in lotuswordpro)
Change-Id: I0fb3d99326ec3cb930b85626c749613f65ee8b6e
Reviewed-on: https://gerrit.libreoffice.org/4281
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfparastyle.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx index 8ce3d775464e..d5e305348768 100644 --- a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx +++ b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx @@ -144,6 +144,7 @@ XFParaStyle& XFParaStyle::operator=(const XFParaStyle& other) m_strParentStyleName = other.m_strParentStyleName; m_nFlag = other.m_nFlag; m_eAlignType = other.m_eAlignType; + m_eLastLineAlign = other.m_eLastLineAlign; m_fTextIndent = other.m_fTextIndent; m_bNumberLines = other.m_bNumberLines; m_nLineNumberRestart = other.m_nLineNumberRestart; |