From e3290499009492e39e5ddd870d314bb5df494199 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 9 Nov 2018 07:44:45 +0200 Subject: loplugin singlevalfields improvement checking for casting to void* turns out to mask useful stuff, so remove that and just deal with a few extra false+ Change-Id: Id9700d7ceda90ba8fdb38aa870f13a7ca3acb668 Reviewed-on: https://gerrit.libreoffice.org/63145 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/uielement/toolbarsmenucontroller.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/inc/uielement') diff --git a/framework/inc/uielement/toolbarsmenucontroller.hxx b/framework/inc/uielement/toolbarsmenucontroller.hxx index 6328ed60c0c1..2ce73d2bc1de 100644 --- a/framework/inc/uielement/toolbarsmenucontroller.hxx +++ b/framework/inc/uielement/toolbarsmenucontroller.hxx @@ -93,8 +93,6 @@ namespace framework css::uno::Reference< css::ui::XUIConfigurationManager > m_xModuleCfgMgr; css::uno::Reference< css::ui::XUIConfigurationManager > m_xDocCfgMgr; OUString m_aModuleIdentifier; - OUString m_aPropUIName; - OUString m_aPropResourceURL; bool m_bResetActive; std::vector< OUString > m_aCommandVector; IntlWrapper m_aIntlWrapper; -- cgit