summaryrefslogtreecommitdiff
path: root/starmath/inc/cursor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-22 12:24:48 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 09:13:13 +0200
commitb4e3f5e9a733694ea0b810984c54ef9aca5e432a (patch)
tree082fb4b9dfc240f505aeb7248f46cb08460032a1 /starmath/inc/cursor.hxx
parent28d53e1a5fe5c84f6dea9793e8cc819e58fee684 (diff)
loplugin:constantparam in starmath
Change-Id: I7a1b83ec51565f56b07ae77177e064c04f703d5f
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 1194967bb959..0c0adbb0d2de 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -299,7 +299,7 @@ private:
*
* @returns false on failure to find the position in pGraph.
*/
- bool SetCaretPosition(SmCaretPos pos, bool moveAnchor = false);
+ bool SetCaretPosition(SmCaretPos pos);
/** Set selected on nodes of the tree */
void AnnotateSelection();