summaryrefslogtreecommitdiff
path: root/svx/source/form/formfeaturedispatcher.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-25 01:11:16 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-25 11:31:14 +0200
commita352018c76028b332ccc50be6ee12c16f75aac25 (patch)
tree77e5d5d4855bdc238bb3844c35f3bbf85bbd1adb /svx/source/form/formfeaturedispatcher.cxx
parent24b0d0a0a247cf1cb39b8c2f544f48ce1aecc45d (diff)
unusedcode: svx::, svxform::
Diffstat (limited to 'svx/source/form/formfeaturedispatcher.cxx')
-rw-r--r--svx/source/form/formfeaturedispatcher.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/source/form/formfeaturedispatcher.cxx b/svx/source/form/formfeaturedispatcher.cxx
index c401f41c0588..c57efdcb4d86 100644
--- a/svx/source/form/formfeaturedispatcher.cxx
+++ b/svx/source/form/formfeaturedispatcher.cxx
@@ -63,24 +63,6 @@ namespace svx
}
//--------------------------------------------------------------------
- void OSingleFeatureDispatcher::dispose()
- {
- {
- ::osl::MutexGuard aGuard( m_rMutex );
- if ( m_bDisposed )
- return;
- }
-
- EventObject aDisposeEvent( *this );
- m_aStatusListeners.disposeAndClear( aDisposeEvent );
-
- {
- ::osl::MutexGuard aGuard( m_rMutex );
- m_bDisposed = sal_True;
- }
- }
-
- //--------------------------------------------------------------------
void OSingleFeatureDispatcher::getUnoState( FeatureStateEvent& /* [out] */ _rState ) const
{
_rState.Source = *const_cast< OSingleFeatureDispatcher* >( this );