diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zforlist.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index a6e8732618e3..8849057fa6c7 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -337,7 +337,7 @@ public: ~SvNumberFormatter(); /// Set CallBack to ColorTable - void SetColorLink( const Link<>& rColorTableCallBack ); + void SetColorLink( const Link<sal_uInt16,Color*>& rColorTableCallBack ); /// Do the CallBack to ColorTable Color* GetUserDefColor(sal_uInt16 nIndex); @@ -797,7 +797,7 @@ private: OnDemandNativeNumberWrapper xNatNum; // Native number service loaded on demand ImpSvNumberInputScan* pStringScanner; // Input string scanner ImpSvNumberformatScan* pFormatScanner; // Format code string scanner - Link<> aColorLink; // User defined color table CallBack + Link<sal_uInt16,Color*> aColorLink; // User defined color table CallBack sal_uInt32 MaxCLOffset; // Max language/country offset used sal_uInt32 nDefaultSystemCurrencyFormat; // NewCurrency matching SYSTEM locale LanguageType IniLnge; // Initialized setting language/country |