summaryrefslogtreecommitdiffstats
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-03 14:11:03 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-02-05 19:09:11 +0100
commitd6f13b6a84e4b12320111c2e92cd8af20ed44d4c (patch)
treed89b0eacba17ad2ca79745c186cad57e660c8ff6 /svx/source/tbxctrls
parentUse anonymous namespace for UUIInteractionHandler. (diff)
downloadcore-d6f13b6a84e4b12320111c2e92cd8af20ed44d4c.tar.gz
core-d6f13b6a84e4b12320111c2e92cd8af20ed44d4c.zip
Remove unfinished code.
Change-Id: Iee9e2ff03fc1bce45965148a772c0984a0a9f8d0
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/tbunosearchcontrollers.cxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index 2cbdc93c6040..9ff2bb3b3d45 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -598,9 +598,6 @@ void SAL_CALL UpDownSearchToolboxController::execute( sal_Int16 /*KeyModifier*/
// XStatusListener
void SAL_CALL UpDownSearchToolboxController::statusChanged( const css::frame::FeatureStateEvent& /*rEvent*/ ) throw ( css::uno::RuntimeException )
{
- SolarMutexGuard aSolarMutexGuard;
- if ( m_bDisposed )
- return;
}
//-----------------------------------------------------------------------------------------------------------
@@ -702,12 +699,8 @@ css::uno::Reference< css::awt::XWindow > SAL_CALL MatchCaseToolboxController::cr
}
// XStatusListener
-void SAL_CALL MatchCaseToolboxController::statusChanged( const css::frame::FeatureStateEvent& rEvent ) throw ( css::uno::RuntimeException )
+void SAL_CALL MatchCaseToolboxController::statusChanged( const css::frame::FeatureStateEvent& ) throw ( css::uno::RuntimeException )
{
- (void) rEvent;
- SolarMutexGuard aSolarMutexGuard;
- if ( m_bDisposed )
- return;
}
//-----------------------------------------------------------------------------------------------------------
@@ -795,9 +788,6 @@ void SAL_CALL FindAllToolboxController::execute( sal_Int16 /*KeyModifier*/ ) thr
// XStatusListener
void SAL_CALL FindAllToolboxController::statusChanged( const css::frame::FeatureStateEvent& /*rEvent*/ ) throw ( css::uno::RuntimeException )
{
- SolarMutexGuard aSolarMutexGuard;
- if ( m_bDisposed )
- return;
}
//-----------------------------------------------------------------------------------------------------------
@@ -896,9 +886,6 @@ void SAL_CALL ExitSearchToolboxController::execute( sal_Int16 /*KeyModifier*/ )
// XStatusListener
void SAL_CALL ExitSearchToolboxController::statusChanged( const css::frame::FeatureStateEvent& /*rEvent*/ ) throw ( css::uno::RuntimeException )
{
- SolarMutexGuard aSolarMutexGuard;
- if ( m_bDisposed )
- return;
}
//-----------------------------------------------------------------------------------------------------------