summaryrefslogtreecommitdiff
path: root/starmath/inc
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/inc
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/inc')
-rw-r--r--starmath/inc/edit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 2dea051045ed..173ccba43a1d 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -116,7 +116,7 @@ public:
static bool HasMark(const OUString &rText);
void Flush();
- void DeleteEditView(SmViewShell& rView);
+ void DeleteEditView();
void ApplyColorConfigValues(const svtools::ColorConfig& rColorCfg);