summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:21:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:59:17 +0100
commit98f2bd667c45ad8d041673c99678e2f95a749b55 (patch)
tree4a91f1a6476d619cb398c6c1bce39f197a545ce7 /include/sfx2
parent1d69cf32a73c0720882731ebf3eb5d2f07fce246 (diff)
loplugin:unusedmethods
Remove a filtering step in the python script that was hiding some results Change-Id: Id94268f150902405ab197c077f18aaedf98845fc Reviewed-on: https://gerrit.libreoffice.org/83256 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/prnmon.hxx1
-rw-r--r--include/sfx2/templatedefaultview.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index 9a13a0199911..ff9b2062e538 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -40,7 +40,6 @@ private:
std::unique_ptr<weld::Container> m_xContainer;
std::unique_ptr<SfxTabPage> m_xPage;
- DECL_LINK(HelpRequestHdl, weld::Widget&, bool);
public:
SfxPrintOptionsDialog(weld::Window *pParent,
SfxViewShell *pViewShell,
diff --git a/include/sfx2/templatedefaultview.hxx b/include/sfx2/templatedefaultview.hxx
index 090e8391d000..598653981f7b 100644
--- a/include/sfx2/templatedefaultview.hxx
+++ b/include/sfx2/templatedefaultview.hxx
@@ -27,8 +27,6 @@ public:
void createContextMenu();
- DECL_LINK(ContextMenuSelectHdl, Menu*, void);
-
private:
long mnItemMaxSize;
};