summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-13 23:28:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-13 23:30:30 +0100
commitb4a4e51641273c6bd3dd271389e9dd31f7dacac0 (patch)
tree154743cd466990b1ffb70e9225228a3fa8267248 /sw/source/filter/ww8/ww8par3.cxx
parent4bb39ccf53be222190c4a52e2db05526b847b16f (diff)
cppcheck: fix rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()
Change-Id: I2af19d62bb14af52ce8c2fc6b5d65ad97d910a6d
Diffstat (limited to 'sw/source/filter/ww8/ww8par3.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 0cdc6bdc38e1..82962db1ab52 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1501,7 +1501,7 @@ bool IsEqualFormatting(const SwNumRule &rOne, const SwNumRule &rTwo)
rOne.IsAbsSpaces() == rTwo.IsAbsSpaces() &&
rOne.GetPoolFmtId() == rTwo.GetPoolFmtId() &&
rOne.GetPoolHelpId() == rTwo.GetPoolHelpId() &&
- rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()
+ rOne.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()
);
if (bRet)