diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 13:57:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 19:04:42 +0200 |
commit | ee49e597b23c093d25576936d34a8468cb618192 (patch) | |
tree | 9670a5a6ae93ccf7a7c0cfd378bf2289526155e6 /include | |
parent | 738ef11520a9e0e2b7793dc7117d6540fd66db47 (diff) |
loplugin:unusedfields
Change-Id: I5e9bb4417cf6f8e3c1de1c8570e0635fdf6364bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123453
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index a9ffc014bf2a..ea49f0a4fbc5 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -422,7 +422,6 @@ private: class SVT_DLLPUBLIC FontSizeBox { - FontMetric aFontMetric; const FontList* pFontList; int nSavedValue; int nMin; |