summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:18 +0200
commitae03847c2d7e1b670ec085e0418f6f91784a80a0 (patch)
treecaaf35e05e10121eb72b3f399f6b863384a7274e /starmath/source/edit.cxx
parentf17a3dc9420a2380a7c52192565ea4511471c6cc (diff)
loplugin:defaultparams
Change-Id: I7a836a62f5614415e7aa982133ef7b34262e0bf9
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r--starmath/source/edit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index e7806a41723e..59df24796109 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -560,7 +560,7 @@ void SmEditWindow::CreateEditView()
pEditView->SetSelection(eSelection);
Update();
- pEditView->ShowCursor(true);
+ pEditView->ShowCursor();
pEditEngine->SetStatusEventHdl( LINK(this, SmEditWindow, EditStatusHdl) );
SetPointer(pEditView->GetPointer());