summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-07 21:44:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-08 09:30:45 +0200
commit1444bd72006fec7ebcd3c5df2399da26ad3b1466 (patch)
treea3c37858b6073c2dc93db6371288d43ab3cb457a /sc
parent46449722030066473fef54b9766a3bafccef4e25 (diff)
loplugin:unnecessaryvirtual
Change-Id: I3fe82f6e3aad299fe42d6256c0deaba1339df0c1 Reviewed-on: https://gerrit.libreoffice.org/58708 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/StatisticsTwoVariableDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
index ceb14e4f4e79..7e9f0c2ae523 100644
--- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
+++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
@@ -44,7 +44,7 @@ protected:
virtual ScRange ApplyOutput(ScDocShell* pDocShell) = 0;
virtual const char* GetUndoNameId() = 0;
virtual bool InputRangesValid();
- virtual void ValidateDialogInput();
+ void ValidateDialogInput();
// Widgets
VclPtr<FixedText> mpVariable1RangeLabel;