From 657631791421eae2c88a89da27bd2c0dc1822175 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 29 Feb 2024 12:33:23 +0000 Subject: SvNumberFormatter::ImpConstruct is only used once by the single ctor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so fold it into the ctor Change-Id: If063143ef47a8ab293edf3896fb51079d0e0284f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164144 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svl/numformat.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/svl/numformat.hxx b/include/svl/numformat.hxx index 0a374f3c3301..8d244c360663 100644 --- a/include/svl/numformat.hxx +++ b/include/svl/numformat.hxx @@ -609,9 +609,6 @@ private: // get the registry, create one if none exists SVL_DLLPRIVATE static SvNumberFormatterRegistry_Impl& GetFormatterRegistry(); - // called by ctors - SVL_DLLPRIVATE void ImpConstruct(LanguageType eLang); - // Generate builtin formats provided by i18n behind CLOffset, // if bNoAdditionalFormats==false also generate additional i18n formats. SVL_DLLPRIVATE void ImpGenerateFormats(sal_uInt32 CLOffset, bool bNoAdditionalFormats); -- cgit