From 6a7a0ac6aa50d6f90263c72fcfb42a6451fb841a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Mar 2020 08:46:20 +0200 Subject: Revert "loplugin:constfields in vcl" This reverts commit 59887868da3499c68d5f259cfa48178354397448. Change-Id: I0f3f6a7680c78103a559a0f881badc8211b97ace Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90544 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/impfontmetricdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/impfontmetricdata.hxx') diff --git a/vcl/inc/impfontmetricdata.hxx b/vcl/inc/impfontmetricdata.hxx index 6250c9155436..d801b9e41c13 100644 --- a/vcl/inc/impfontmetricdata.hxx +++ b/vcl/inc/impfontmetricdata.hxx @@ -99,7 +99,7 @@ private: bool ShouldUseWinMetrics(const vcl::TTGlobalFontInfo& rInfo); // font instance attributes from the font request - long const mnHeight; // Font size + long mnHeight; // Font size long mnWidth; // Reference Width short mnOrientation; // Rotation in 1/10 degrees -- cgit