summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 12:02:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 08:39:52 +0200
commit9fbd05e0c73970d5a4b5dbaebcff104e34776752 (patch)
tree2e4563f02c9f52f5a3fceb80f3877df2557c3d43 /starmath/source/edit.cxx
parent1fdb0e1897b063c7a0f29ed5a0de440ea057b2ed (diff)
loplugin:checkunusedparams in starmath
Change-Id: I1a2299f66e077879863ac0e694e42196c9432458 Reviewed-on: https://gerrit.libreoffice.org/37192 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 f66b9599a752..df8816aff0f8 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -1014,7 +1014,7 @@ void SmEditWindow::Flush()
}
}
-void SmEditWindow::DeleteEditView( SmViewShell & /*rView*/ )
+void SmEditWindow::DeleteEditView()
{
if (pEditView)
{