summaryrefslogtreecommitdiff
path: root/include/sfx2/templateabstractview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-13 09:33:14 +0200
committerNoel Grandin <noel@peralex.com>2015-08-13 10:49:57 +0200
commit200e336d1d5c036b5ecd308d93e4131274b1efb8 (patch)
treecd81d3e0a7e0d68a9ebcd90c346594aab8a89fc8 /include/sfx2/templateabstractview.hxx
parent63e1890675ecaaf50d855a1daf85fc41798bb898 (diff)
make Link<> instances typed
Change-Id: I7d20875cc498d54140cfe75b21373fdab9c369ce
Diffstat (limited to 'include/sfx2/templateabstractview.hxx')
-rw-r--r--include/sfx2/templateabstractview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index c6aa1e129998..026868b6faf9 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -117,7 +117,7 @@ public:
void setOpenRegionHdl(const Link<void*,void> &rLink);
- void setOpenTemplateHdl (const Link<> &rLink);
+ void setOpenTemplateHdl(const Link<ThumbnailViewItem*,void> &rLink);
static BitmapEx scaleImg (const BitmapEx &rImg, long width, long height);
@@ -141,8 +141,8 @@ protected:
VclPtr<PushButton> maAllButton;
VclPtr<FixedText> maFTName;
- Link<void*,void> maOpenRegionHdl;
- Link<> maOpenTemplateHdl;
+ Link<void*,void> maOpenRegionHdl;
+ Link<ThumbnailViewItem*,void> maOpenTemplateHdl;
};
#endif // INCLUDED_SFX2_TEMPLATEABSTRACTVIEW_HXX