summaryrefslogtreecommitdiff
path: root/include/sfx2/lnkbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-15 13:49:49 +0200
committerNoel Grandin <noel@peralex.com>2015-09-16 08:38:54 +0200
commit50ca487b2f4d7377b3357299025e8c50058ef596 (patch)
treef0d85ff9c254038a97bfac8ec194acdafff1769b /include/sfx2/lnkbase.hxx
parent87004ba29ac513d92da1608679cb065404f51215 (diff)
convert Link<> to typed
Change-Id: Ic978fd8f03705c341ecb44685d840a6a240fee2d
Diffstat (limited to 'include/sfx2/lnkbase.hxx')
-rw-r--r--include/sfx2/lnkbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx
index 4ee235b668b6..164b26d40e81 100644
--- a/include/sfx2/lnkbase.hxx
+++ b/include/sfx2/lnkbase.hxx
@@ -78,7 +78,7 @@ private:
bool bUseCache : 1; // for Graphics Links!
bool bWasLastEditOK : 1;
- DECL_LINK( EndEditHdl, OUString* );
+ DECL_LINK_TYPED( EndEditHdl, const OUString&, void );
bool ExecuteEdit( const OUString& _rNewName );