diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 11:54:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-18 13:00:38 +0200 |
commit | 9fa32e5dce345dea17129587c401c03520fb398b (patch) | |
tree | e33696647bcce308420d45b4d25246201f0a27a5 /include/sfx2/recentdocsview.hxx | |
parent | a0c15b39cb30736e04564420f55c50fefb51e41a (diff) |
loplugin:unusedfields in sfx2
and fix leak of HelpListener_Impl in SfxHelpWindow_Impl
Change-Id: I7450be10c8deaf63b7c7f1f4359b4eaf0083bdd4
Reviewed-on: https://gerrit.libreoffice.org/54451
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/recentdocsview.hxx')
-rw-r--r-- | include/sfx2/recentdocsview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx index a2d2f8ad86d8..a22dae2d6e87 100644 --- a/include/sfx2/recentdocsview.hxx +++ b/include/sfx2/recentdocsview.hxx @@ -87,7 +87,6 @@ private: long mnItemMaxSize; long mnTextHeight; long mnItemPadding; - long mnItemMaxTextLength; size_t mnLastMouseDownItem; /// Image that appears when there is no recent document. |