summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:18:53 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:17 +0200
commitb8e48824bf5b71599c0b8604c444d653fad57e5a (patch)
tree269c13e8b7e79547de6a2ab1c317391715f82d8d /sw/source/core/SwNumberTree
parent7d769f9df5b95d717f3cd045dbd8f82ff2de27a1 (diff)
loplugin: defaultparams
Change-Id: If105665a016183f08a2be13366e5068060b5954c
Diffstat (limited to 'sw/source/core/SwNumberTree')
-rw-r--r--sw/source/core/SwNumberTree/SwNumberTree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/SwNumberTree/SwNumberTree.cxx b/sw/source/core/SwNumberTree/SwNumberTree.cxx
index ffd7b97419e0..8176510a4934 100644
--- a/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -72,7 +72,7 @@ SwNumberTreeNode * SwNumberTreeNode::CreatePhantom()
else
{
pNew = Create();
- pNew->SetPhantom(true);
+ pNew->SetPhantom();
pNew->mpParent = this;
std::pair<tSwNumberTreeChildren::iterator, bool> aInsert =