summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 14:05:36 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commit60df720f79363b737eb533331e86535e1d66f1f5 (patch)
tree9981a4a72ebcfc3502421f5e73df8f76cdd0de21 /include/svx/ctredlin.hxx
parente126468e5dbc4ef85fc4b6146e0ba73e85281f70 (diff)
convert Link<> to typed
Change-Id: Ie59da1b457aa2ed5bdc6a26eefab4d4a3acf10b5
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 9bcf102a0365..f7c6bb8086e0 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -104,7 +104,7 @@ private:
Image maEntryImage;
OUString maEntryString;
utl::TextSearch* pCommentSearcher;
- Link<> aColCompareLink;
+ Link<const SvSortData*,sal_Int32> aColCompareLink;
protected:
@@ -162,7 +162,7 @@ public:
virtual SvTreeListEntry* CreateEntry() const SAL_OVERRIDE;
- void SetColCompareHdl(const Link<>& rLink ) { aColCompareLink = rLink; }
+ void SetColCompareHdl(const Link<const SvSortData*,sal_Int32>& rLink ) { aColCompareLink = rLink; }
};
/// Tabpage with the filter text entries etc.