From c19d2b276b7a28c07315cf60cb0965098a935e5f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 27 Oct 2016 10:34:56 +0200 Subject: loplugin:expandablemethods in stoc..svl Change-Id: I7dd701ef07a14f70589b87154bfeeda7530b628f Reviewed-on: https://gerrit.libreoffice.org/30316 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/svl/zforlist.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/svl/zforlist.hxx') diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 9611eb6c4f3d..ab7dd90f1426 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -849,11 +849,6 @@ private: // Create builtin formats for language/country if necessary, return CLOffset SVL_DLLPRIVATE sal_uInt32 ImpGenerateCL( LanguageType eLnge ); - // Build negative currency format, old compatibility style - SVL_DLLPRIVATE void ImpGetNegCurrFormat(OUStringBuffer& sNegStr, const OUString& rCurrSymbol); - // Build positive currency format, old compatibility style - SVL_DLLPRIVATE void ImpGetPosCurrFormat(OUStringBuffer& sPosStr, const OUString& rCurrSymbol); - // Create theCurrencyTable with all NfCurrencyEntry SVL_DLLPRIVATE static void ImpInitCurrencyTable(); -- cgit