summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-08-11 15:10:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-08-12 08:18:17 +0200
commit0f3b36bd2749f360df84d1594c01e619ba0f4930 (patch)
tree6403c75141dec8742b236c830012b12b25f2137d /sfx2/inc
parentf1c3526dee49927f7efb79bef285e3688264ec3f (diff)
clang-tidy bugprone-parent-virtual-call in sfx2
Change-Id: Id1e32a696dd97d1bded467834e5fbd14345d02c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155619 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/templatedefaultview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/templatedefaultview.hxx b/sfx2/inc/templatedefaultview.hxx
index 1771ad3d8759..07cd3d126639 100644
--- a/sfx2/inc/templatedefaultview.hxx
+++ b/sfx2/inc/templatedefaultview.hxx
@@ -19,8 +19,6 @@ public:
virtual void showAllTemplates() override;
- virtual bool KeyInput(const KeyEvent& rKEvt) override;
-
virtual bool MouseButtonDown(const MouseEvent& rMEvt) override;
void createContextMenu();