summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 11:05:36 +0200
committerNoel Grandin <noel@peralex.com>2014-11-10 15:22:16 +0200
commit52e3a0e04f4e3acad2b9355826f1fbd16112d93d (patch)
tree769aa2e6a1ec5358ab8806e328a9473660026d24 /sw/source/core/SwNumberTree
parent08cdf1661159623414ae99a791295a0995a677e7 (diff)
loplugin: cstylecast
Change-Id: I1f5823e34d400004ccafc0a6cd539d59929b14fa
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 16c1e9f78648..ffd7b97419e0 100644
--- a/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -55,7 +55,7 @@ SwNumberTreeNode::~SwNumberTreeNode()
OSL_ENSURE( IsPhantom() || mpParent == NULL, ": I'm not supposed to have a parent.");
- mpParent = (SwNumberTreeNode *) 0xdeadbeef;
+ mpParent = reinterpret_cast<SwNumberTreeNode *>(0xdeadbeef);
OSL_ENSURE(mChildren.empty(), "children left!");
}