diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 08:50:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 12:39:59 +0100 |
commit | 6f5332dab1517774ddd73c1568c51cb4814e5924 (patch) | |
tree | 533240329ffe54dc60f477bd85dcbaa519dc482f /svx | |
parent | 0858bae3c12dc81b87a78bb0522b0dff12bbf188 (diff) |
loplugin:unusedfields
Change-Id: I59a63e81cf317094ad60a88d3cdd20fc426c93b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87235
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/galbrws2.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index a1e7732e1270..51d84f4aa0ee 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -76,7 +76,6 @@ class GalleryBrowser2 : public SfxListener private: - SvtMiscOptions maMiscOptions; Gallery* mpGallery; GalleryTheme* mpCurTheme; std::unique_ptr<GalleryIconView> mxIconView; |