summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/sfx2/infobar.hxx1
-rw-r--r--include/svx/galleryobjectcollection.hxx1
2 files changed, 0 insertions, 2 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;
diff --git a/include/svx/galleryobjectcollection.hxx b/include/svx/galleryobjectcollection.hxx
index a1373a44897a..8e322549b5eb 100644
--- a/include/svx/galleryobjectcollection.hxx
+++ b/include/svx/galleryobjectcollection.hxx
@@ -49,7 +49,6 @@ class SVXCORE_DLLPUBLIC GalleryObjectCollection
{
private:
std::vector<std::unique_ptr<GalleryObject>> m_aObjectList;
- INetURLObject m_aInvalidURL;
public:
GalleryObjectCollection();