summaryrefslogtreecommitdiff
path: root/include/sfx2/templatelocalview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-07 20:25:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-08 09:35:54 +0200
commitaed5ce3547cc6c28c2cb25d77f3982c53100fee8 (patch)
tree239d2f394d39c666df0b9a9bd333c42076059041 /include/sfx2/templatelocalview.hxx
parent1f07faf2caf8fd8df6fa8824ff5030b01c0c0634 (diff)
loplugin:unusedfields
Change-Id: I9758fd606c7d4c251a3ac06661d642a47260b5fc Reviewed-on: https://gerrit.libreoffice.org/73674 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/templatelocalview.hxx')
-rw-r--r--include/sfx2/templatelocalview.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index bc79b36a4bbe..001929c4d848 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -131,12 +131,9 @@ protected:
Point maPosition; //store the point of click event
- Link<void*,void> maOpenRegionHdl;
Link<ThumbnailViewItem*,void> maCreateContextMenuHdl;
Link<ThumbnailViewItem*,void> maOpenTemplateHdl;
Link<ThumbnailViewItem*,void> maEditTemplateHdl;
- Link<ThumbnailViewItem*,void> maDeleteTemplateHdl;
- Link<ThumbnailViewItem*,void> maDefaultTemplateHdl;
std::unique_ptr<SfxDocumentTemplates> mpDocTemplates;
std::vector<std::unique_ptr<TemplateContainerItem> > maRegions;