summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 08:55:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 09:07:23 +0100
commit748e354af826f2439982b69ffa99dce68378d1f1 (patch)
treeae772175f7fbfde2eeed56a0e7264f2a33eb340a /framework
parentd3ac24bdb5dd4bc70a0b0c217b5e8f503dad8545 (diff)
loplugin:unusedfields
Change-Id: Iaf188bfd43396eeec31e62ac3de3fbc76da4331a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86653 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uielement/toolbarsmenucontroller.hxx1
-rw-r--r--framework/source/uielement/toolbarsmenucontroller.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/uielement/toolbarsmenucontroller.hxx b/framework/inc/uielement/toolbarsmenucontroller.hxx
index 4b919cba2541..2b5427a8488b 100644
--- a/framework/inc/uielement/toolbarsmenucontroller.hxx
+++ b/framework/inc/uielement/toolbarsmenucontroller.hxx
@@ -86,7 +86,6 @@ namespace framework
css::uno::Reference< css::container::XNameAccess > m_xPersistentWindowState;
css::uno::Reference< css::ui::XUIConfigurationManager > m_xModuleCfgMgr;
css::uno::Reference< css::ui::XUIConfigurationManager > m_xDocCfgMgr;
- OUString m_aModuleIdentifier;
bool m_bResetActive;
std::vector< OUString > m_aCommandVector;
IntlWrapper m_aIntlWrapper;
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx
index 688af422d1ef..3640f11f8e7e 100644
--- a/framework/source/uielement/toolbarsmenucontroller.cxx
+++ b/framework/source/uielement/toolbarsmenucontroller.cxx
@@ -779,7 +779,6 @@ void SAL_CALL ToolbarsMenuController::initialize( const Sequence< Any >& aArgume
if ( xUIConfigurationManagerSupplier.is() )
m_xDocCfgMgr = xUIConfigurationManagerSupplier->getUIConfigurationManager();
}
- m_aModuleIdentifier = aModuleIdentifier;
}
catch ( const Exception& )
{