summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-01 09:08:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-01 12:12:46 +0200
commit5ed9f4638e1ff12b3246a66ffee8dd9dd74b9693 (patch)
tree94bc60789104c860753697c0e55b9427aa62f97d /include/sfx2
parent346c4104c3ceac9d4f61e2e886d38661fa917742 (diff)
loplugin:unusedfields
Change-Id: Icd1dc03c2f783e11e3e52038a8ae9f19705561c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103746 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/infobar.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index a03c833b957d..b2c490297d87 100644
--- a/include/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
@@ -62,7 +62,6 @@ class SFX2_DLLPUBLIC SfxInfoBarWindow final : public InterimItemWindow
private:
OUString m_sId;
InfobarType m_eType;
- Size m_aSize;
Size m_aMessageSize;
Size m_aOrigMessageSize;
bool m_bLayingOut;