diff options
Diffstat (limited to 'include/sfx2/templatelocalview.hxx')
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 3 |
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; |