diff options
author | Eike Rathke <erack@redhat.com> | 2017-10-25 02:12:21 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-25 12:00:00 +0200 |
commit | 425e06aa7f8c2ca7fdc179278c848da213e8062d (patch) | |
tree | 1d4b835bf742dc4ecdf2e530853ffc7c75141671 /include/svl | |
parent | 3df47db0f3974bdc32df66a57f8a8acd21acd0a8 (diff) |
Eliminate deprecated SvNumberFormatter::GetDecSep()
Was only one call left..
Change-Id: I140099d77e762e53579b2a5954fe4c59855104da
Reviewed-on: https://gerrit.libreoffice.org/43798
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zforlist.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 19015cc1000c..20fb1d453652 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -651,9 +651,6 @@ public: sal_uInt16 ExpandTwoDigitYear( sal_uInt16 nYear ) const; static sal_uInt16 ExpandTwoDigitYear( sal_uInt16 nYear, sal_uInt16 nTwoDigitYearStart ); - /// DEPRECATED: Return first character of the decimal separator of the current language/country - sal_Unicode GetDecSep() const; - /// Return the decimal separator matching the locale of the given format OUString GetFormatDecimalSep( sal_uInt32 nFormat ) const; |