summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-29 12:33:23 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-29 15:13:20 +0100
commit657631791421eae2c88a89da27bd2c0dc1822175 (patch)
treead867caf475b60ffd1727e1941532e4058a1bccd /include
parent0956dda717473eb7ac0d0936ce457e66301ab400 (diff)
SvNumberFormatter::ImpConstruct is only used once by the single ctor
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 <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svl/numformat.hxx3
1 files changed, 0 insertions, 3 deletions
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);