summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 08:51:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 21:02:35 +0200
commit74123ac84cb632434d3b88168bb8494307253b00 (patch)
tree001a0f947188f3e475e7d69b6b553b296ecb2d1e /framework/inc
parent229827d09bf8257d3fc0b9e0519a92a225587cf3 (diff)
loplugin:unusedfields
Change-Id: I3f14647eed72898b641fbd583d18f914c7461628 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101630 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/menubarmanager.hxx1
-rw-r--r--framework/inc/uielement/toolbarmerger.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index 698b46341579..60baef602fc7 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -183,7 +183,6 @@ class MenuBarManager final :
bool m_bAcceleratorCfg;
bool m_bModuleIdentified;
bool m_bHasMenuBar;
- OUString m_aMenuItemCommand;
OUString m_aModuleIdentifier;
VclPtr<Menu> m_pVCLMenu;
css::uno::Reference< css::frame::XFrame > m_xFrame;
diff --git a/framework/inc/uielement/toolbarmerger.hxx b/framework/inc/uielement/toolbarmerger.hxx
index 95ca6cc01458..f89bd8c6a1c3 100644
--- a/framework/inc/uielement/toolbarmerger.hxx
+++ b/framework/inc/uielement/toolbarmerger.hxx
@@ -34,7 +34,6 @@ namespace framework
struct AddonsParams
{
- OUString aImageId;
OUString aControlType;
sal_uInt16 nWidth;
};