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

New commits:
commit 074c13a63d65be259ad65c9f93fcd691a88754cb
Author: Julien Nabet <[email protected]>
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 <[email protected]>
    Tested-by: Noel Power <[email protected]>

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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to