diff options
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 9e1e1646c269..a41d7ec8d88c 100644 --- a/include/unotools/syslocaleoptions.hxx +++ b/include/unotools/syslocaleoptions.hxx @@ -164,8 +164,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<>& rLink ); + static const Link<>& GetCurrencyChangeLink(); /** return the readonly state of the queried option. */ bool IsReadOnly( EOption eOption ) const; |