diff options
author | Eike Rathke <erack@redhat.com> | 2014-11-06 20:25:40 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-11-06 21:32:56 +0100 |
commit | b448ee4a3a5a121f3b08a8e946a934d3414a5251 (patch) | |
tree | 39babee5e72336b5686ac92ba01189688a72d108 /include | |
parent | 11eba2ea906636b7bb801ed42bcd3b7ad3ce5496 (diff) |
eliminate ImpInsertNewStandardFormat()
Change-Id: I66fd200f1a504af22430e0471e1c98927101a9de
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zforlist.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index dc7c7da759fe..bd3c0deb3062 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -826,12 +826,6 @@ private: sal_uInt32 nPos, bool bAfterChangingSystemCL = false, sal_Int16 nOrgIndex = 0 ); - // ImpInsertNewStandardFormat for new (since version ...) builtin formats - SVL_DLLPRIVATE SvNumberformat* ImpInsertNewStandardFormat( const ::com::sun::star::i18n::NumberFormatCode& rCode, - sal_uInt32 nPos, - sal_uInt16 nVersion, - bool bAfterChangingSystemCL = false, - sal_Int16 nOrgIndex = 0 ); // Return CLOffset or (MaxCLOffset + SV_COUNTRY_LANGUAGE_OFFSET) if new language/country SVL_DLLPRIVATE sal_uInt32 ImpGetCLOffset(LanguageType eLnge) const; |