[Libreoffice-commits] core.git: lotuswordpro/source

Julien Nabet serval2412 at yahoo.fr
Fri Jun 14 01:31:43 PDT 2013


 lotuswordpro/source/filter/xfilter/xfparastyle.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 074c13a63d65be259ad65c9f93fcd691a88754cb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Jun 13 23:00:02 2013 +0200

    cppcheck: fix operatorEqVarError (in lotuswordpro)
    
    Change-Id: I0fb3d99326ec3cb930b85626c749613f65ee8b6e
    Reviewed-on: https://gerrit.libreoffice.org/4281
    Reviewed-by: Noel Power <noel.power at suse.com>
    Tested-by: Noel Power <noel.power at suse.com>

diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx
index 8ce3d77..d5e3053 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;


More information about the Libreoffice-commits mailing list