summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorjailletc36 <christophe.jaillet@wanadoo.fr>2012-11-04 16:57:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-11-06 14:14:34 +0000
commitdda117265966c44f36bcfd8979b7b5aa45318752 (patch)
tree6242e376fe7ee9532d75d370b16a7b2f5f5ec170 /lotuswordpro
parent282d0a2109b6909df778bafa0ef37a8baa972a80 (diff)
cppCheck: Various clean-up
xfdrawstyle.cxx: correct a copy/paste typo in constructor number.cxx: remove an unused variable inftxt.hxx: redundant assignment (pWrongList is assigned twice) Change-Id: I148e23272ffa169ef16052c475e5f24a87383e5b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/983 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx b/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
index 5a6bf9013126..bd0fce29f98b 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
@@ -76,7 +76,7 @@ XFDrawStyle::XFDrawStyle()
m_fArrowStartSize = 0.3;
m_fArrowEndSize = 0.3;
m_bArrowStartCenter = sal_False;
- m_bArrowStartCenter = sal_False;
+ m_bArrowEndCenter = sal_False;
}
XFDrawStyle::~XFDrawStyle()