diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-10 08:29:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-10 08:30:11 +0200 |
commit | 2466aa27429b2ffcc45f108284396d7527470e78 (patch) | |
tree | 620676e4b649ebeee85a5fb70e9dcbc1a59c0245 /include/unotools | |
parent | 9ea0390f17d5183471a27cf7666b45abf3f1e8a0 (diff) |
convert Link<> to typed
Change-Id: Iaeaa33b0b066723d561df0c58f3faedead259d8f
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/syslocaleoptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/syslocaleoptions.hxx b/include/unotools/syslocaleoptions.hxx index 99883acfe4f5..4dcfaf910509 100644 --- a/include/unotools/syslocaleoptions.hxx +++ b/include/unotools/syslocaleoptions.hxx @@ -155,8 +155,8 @@ public: This is needed because the number formatter isn't part of the svl light library, otherwise we could call SetDefaultSystemCurrency() directly. */ - static void SetCurrencyChangeLink( const Link<>& rLink ); - static const Link<>& GetCurrencyChangeLink(); + static void SetCurrencyChangeLink( const Link<LinkParamNone*,void>& rLink ); + static const Link<LinkParamNone*,void>& GetCurrencyChangeLink(); /** return the readonly state of the queried option. */ bool IsReadOnly( EOption eOption ) const; |