summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-03 15:34:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-03 17:31:21 +0100
commit5b7a61a852216f97cc7ff5952e13a6d922bc00b6 (patch)
treefabe8da9f90ccbcb52fc412fa5a7c6cce9ae4813 /sfx2/inc
parent2359ad3305c20b0654bdb2ff41a4703c833f7734 (diff)
loplugin:unusedfields
Change-Id: Ia8e2a7ce75bfded98e85fa583d1404710069d335 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105249 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/templatedefaultview.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/templatedefaultview.hxx b/sfx2/inc/templatedefaultview.hxx
index 36059b02c651..3e6a46e99cf7 100644
--- a/sfx2/inc/templatedefaultview.hxx
+++ b/sfx2/inc/templatedefaultview.hxx
@@ -24,9 +24,6 @@ public:
virtual bool MouseButtonDown( const MouseEvent& rMEvt ) override;
void createContextMenu();
-
-private:
- tools::Long mnItemMaxSize;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */