summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleFrameSelector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/AccessibleFrameSelector.cxx')
-rw-r--r--svx/source/accessibility/AccessibleFrameSelector.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx
index 6faa1b547396..40cb52efac3a 100644
--- a/svx/source/accessibility/AccessibleFrameSelector.cxx
+++ b/svx/source/accessibility/AccessibleFrameSelector.cxx
@@ -75,14 +75,12 @@ AccFrameSelector::AccFrameSelector( FrameSelector& rFrameSel, FrameBorderType eB
}
-
AccFrameSelector::~AccFrameSelector()
{
RemoveFrameSelEventListener();
}
-
void AccFrameSelector::RemoveFrameSelEventListener()
{
if ( mpFrameSel )
@@ -92,7 +90,6 @@ void AccFrameSelector::RemoveFrameSelEventListener()
}
-
Reference< XAccessibleContext > AccFrameSelector::getAccessibleContext( )
throw (RuntimeException, std::exception)
{
@@ -100,7 +97,6 @@ Reference< XAccessibleContext > AccFrameSelector::getAccessibleContext( )
}
-
sal_Int32 AccFrameSelector::getAccessibleChildCount( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -305,7 +301,6 @@ css::awt::Rectangle AccFrameSelector::getBounds( ) throw (RuntimeException, std
}
-
css::awt::Point AccFrameSelector::getLocation( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -325,7 +320,6 @@ css::awt::Point AccFrameSelector::getLocation( ) throw (RuntimeException, std::
}
-
css::awt::Point AccFrameSelector::getLocationOnScreen( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -346,7 +340,6 @@ css::awt::Point AccFrameSelector::getLocationOnScreen( ) throw (RuntimeExceptio
}
-
css::awt::Size AccFrameSelector::getSize( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -487,7 +480,6 @@ void AccFrameSelector::NotifyFocusListeners(bool bGetFocus)
}
-
IMPL_LINK_TYPED( AccFrameSelector, WindowEventListener, VclWindowEvent&, rEvent, void )
{
vcl::Window* pWindow = rEvent.GetWindow();
@@ -499,7 +491,6 @@ IMPL_LINK_TYPED( AccFrameSelector, WindowEventListener, VclWindowEvent&, rEvent,
}
-
void AccFrameSelector::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent )
{
switch ( rVclWindowEvent.GetId() )
@@ -532,7 +523,6 @@ void AccFrameSelector::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent
}
-
void AccFrameSelector::NotifyAccessibleEvent( const sal_Int16 _nEventId,
const Any& _rOldValue, const Any& _rNewValue )
{
@@ -545,7 +535,6 @@ void AccFrameSelector::NotifyAccessibleEvent( const sal_Int16 _nEventId,
}
-
void AccFrameSelector::Invalidate()
{
RemoveFrameSelEventListener();
@@ -558,7 +547,6 @@ void AccFrameSelector::Invalidate()
}
-
}
}