summaryrefslogtreecommitdiff
path: root/include/svx/galctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galctrl.hxx')
-rw-r--r--include/svx/galctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx
index 71ca12449521..fa9f5dab4d52 100644
--- a/include/svx/galctrl.hxx
+++ b/include/svx/galctrl.hxx
@@ -118,7 +118,7 @@ class GalleryListView : public BrowseBox
private:
- Link maSelectHdl;
+ Link<> maSelectHdl;
GalleryTheme* mpTheme;
long mnCurRow;
@@ -144,7 +144,7 @@ public:
GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme );
- void SetSelectHdl( const Link& rSelectHdl ) { maSelectHdl = rSelectHdl; }
+ void SetSelectHdl( const Link<>& rSelectHdl ) { maSelectHdl = rSelectHdl; }
/** GetCellText returns the text at the given position
@param _nRow