summaryrefslogtreecommitdiff
path: root/svtools/source/uno/framestatuslistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/framestatuslistener.cxx')
-rw-r--r--svtools/source/uno/framestatuslistener.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/svtools/source/uno/framestatuslistener.cxx b/svtools/source/uno/framestatuslistener.cxx
index 2c228f28e5e6..a86fb21128f7 100644
--- a/svtools/source/uno/framestatuslistener.cxx
+++ b/svtools/source/uno/framestatuslistener.cxx
@@ -60,18 +60,6 @@ FrameStatusListener::~FrameStatusListener()
{
}
-Reference< XFrame > FrameStatusListener::getFrameInterface() const
-{
- SolarMutexGuard aSolarMutexGuard;
- return m_xFrame;
-}
-
-Reference< XMultiServiceFactory > FrameStatusListener::getServiceManager() const
-{
- SolarMutexGuard aSolarMutexGuard;
- return m_xServiceManager;
-}
-
// XInterface
Any SAL_CALL FrameStatusListener::queryInterface( const Type& rType )
throw ( RuntimeException )
@@ -172,13 +160,6 @@ throw ( RuntimeException )
m_xFrame.clear();
}
-// XStatusListener
-void SAL_CALL FrameStatusListener::statusChanged( const FeatureStateEvent& )
-throw ( RuntimeException )
-{
- // must be implemented by sub class
-}
-
void FrameStatusListener::frameAction( const FrameActionEvent& Action )
throw ( RuntimeException )
{