summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-10 08:29:52 +0200
committerNoel Grandin <noel@peralex.com>2015-09-10 08:30:11 +0200
commit2466aa27429b2ffcc45f108284396d7527470e78 (patch)
tree620676e4b649ebeee85a5fb70e9dcbc1a59c0245 /include/svl
parent9ea0390f17d5183471a27cf7666b45abf3f1e8a0 (diff)
convert Link<> to typed
Change-Id: Iaeaa33b0b066723d561df0c58f3faedead259d8f
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zforlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 8849057fa6c7..7e73dc86a009 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -891,7 +891,7 @@ private:
sal_uInt16 nPos, const OUString& rSymbol );
// link to be set at <method>SvtSysLocaleOptions::SetCurrencyChangeLink()</method>
- DECL_DLLPRIVATE_STATIC_LINK( SvNumberFormatter, CurrencyChangeLink, void* );
+ DECL_DLLPRIVATE_STATIC_LINK_TYPED( SvNumberFormatter, CurrencyChangeLink, LinkParamNone*, void );
// return position of a special character
sal_Int32 ImpPosToken ( const OUStringBuffer & sFormat, sal_Unicode token, sal_Int32 nStartPos = 0 );