summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-13 15:16:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-13 17:56:14 +0200
commitbd537420b07fc82bd9a3eb01f3e5b3b33c21a5cb (patch)
treed03e7acfa277f07a8d0769e808a019ecc68f32e8 /svtools
parentd2cb44507708af41e9ee408c4db08c5bc7b13b43 (diff)
loplugin:unusedmethods
Change-Id: Id813d95a90fdbb360dfc8670c0b55b635f633965 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94125 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 2c0292b26565..b8c9ba9b4a0d 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -596,20 +596,6 @@ void ToolboxController::unbindListener()
}
}
-bool ToolboxController::isBound() const
-{
- SolarMutexGuard aSolarMutexGuard;
-
- if ( !m_bInitialized )
- return false;
-
- URLToDispatchMap::const_iterator pIter = m_aListenerMap.find( m_aCommandURL );
- if ( pIter != m_aListenerMap.end() )
- return pIter->second.is();
-
- return false;
-}
-
void ToolboxController::updateStatus()
{
bindListener();