diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-24 13:35:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-24 13:35:36 +0200 |
commit | a41ecf922771904cdebf17b29066389441716b2c (patch) | |
tree | e1579addc718e30db872f3dcc030861031393f7e /xmloff/source/text/XMLTextNumRuleInfo.cxx | |
parent | 258d039798b9ca4cc95a14d62e30bb725ad2c8ec (diff) |
loplugin:expandablemethods in xmloff
Change-Id: I995a4167ac4df5ca35d963dcf68ae802a997e1e1
Diffstat (limited to 'xmloff/source/text/XMLTextNumRuleInfo.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.cxx b/xmloff/source/text/XMLTextNumRuleInfo.cxx index e5503aed756e..3e4836fbc3ad 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.cxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.cxx @@ -226,7 +226,7 @@ bool XMLTextNumRuleInfo::BelongsToSameList( const XMLTextNumRuleInfo& rCmp ) con } else { - bRet = HasSameNumRules( rCmp ); + bRet = rCmp.msNumRulesName == msNumRulesName; } return bRet; |