summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/inputwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index db8afaec9933..f7262c1ac4ae 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -204,7 +204,7 @@ public:
ScrollBar& GetScrollBar() { return *maScrollbar.get(); }
void IncrementVerticalSize();
void DecrementVerticalSize();
- long GetNumLines() { return maTextWnd->GetNumLines(); }
+ long GetNumLines() override { return maTextWnd->GetNumLines(); }
long GetVertOffset() { return mnVertOffset; }
private: