summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-28 09:23:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-28 09:18:31 +0100
commitb5bde198a8e5054277787d3c6b5feddb4c5b93fd (patch)
treeb69fcda448584b2488c6e85f99a2fb14d53e73c6 /framework
parent72302338f9eb5e965dd84dca9990841151e2f79c (diff)
remove some unused local vars
found by my new loplugin:unusedvariableplus Change-Id: Ic3f55f492d43a53d8850a97d44059ff127fd69a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87573 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/layoutmanager/toolbarlayoutmanager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
index c7feaeacb70b..1bc783916b60 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
@@ -348,8 +348,6 @@ void ToolbarLayoutManager::reset()
{
{
SolarMutexGuard aWriteLock;
- uno::Reference< ui::XUIConfigurationManager > xModuleCfgMgr(m_xModuleCfgMgr);
- uno::Reference< ui::XUIConfigurationManager > xDocCfgMgr(m_xDocCfgMgr);
m_xModuleCfgMgr.clear();
m_xDocCfgMgr.clear();
m_ePreviewDetection = PREVIEWFRAME_UNKNOWN;