From 2e838e80d4519319c3d26fa0128a2f6bcaf09040 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Dec 2019 20:16:12 +0000 Subject: turn MetricFormatter::ImplInit into initializer list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iccb732517d7827eda1d8962d4dccdb3a01ebce78 Reviewed-on: https://gerrit.libreoffice.org/84461 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/field.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index fa3cc9af0bbd..ae94f80199dc 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -244,8 +244,6 @@ protected: virtual sal_Int64 GetValueFromStringUnit(const OUString& rStr, FieldUnit eOutUnit) const; private: - SAL_DLLPRIVATE void ImplInit(); - OUString maCustomUnitText; OUString maCurUnitText; }; -- cgit