summaryrefslogtreecommitdiff
path: root/starmath/inc/cursor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-03 10:43:00 +0200
committerNoel Grandin <noel@peralex.com>2014-12-03 10:43:53 +0200
commit0b30d5344cad60967aa79bad86916debbf4371e9 (patch)
tree1ddd7b583532b55e155f761aa5e97f818492ad6d /starmath/inc/cursor.hxx
parent57fe57677887dd951000d3317690f8c628a58e02 (diff)
loplugin: cstylecast
Change-Id: I759f55218538c8d39018626f14e78cd56341d44b
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r--starmath/inc/cursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 3e9c70a2800f..6a523cfd7405 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -279,7 +279,7 @@ private:
rpNode = NULL;
//Create line from node
if(pNode && IsLineCompositionNode(pNode))
- return LineToList((SmStructureNode*)pNode, pList);
+ return LineToList(static_cast<SmStructureNode*>(pNode), pList);
if(pNode)
pList->push_front(pNode);
return pList;