summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-03-22 21:51:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-03-23 11:03:52 +0100
commit7619bd3a386dfed2e03e257f42a543e1e7be76ef (patch)
treee356d820fc49ebe86f9d8ca0fb4de58b7f2b0e0e /include/sfx2
parent1a29b960bb3693b34f3e8d77010a2398398c964f (diff)
loplugin:unusedmethods
Change-Id: I59c9e52997e80174a3aa7f81bacdfb29e47be0a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131952 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/thumbnailview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 1922270f413f..bbdee870ac52 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -238,8 +238,6 @@ public:
static BitmapEx readThumbnail(const OUString &msURL);
- tools::Long ItemHeight() const { return mnItemHeight; };
-
protected:
virtual bool KeyInput( const KeyEvent& rKEvt ) override;