summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Listener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/Listener.hxx')
-rw-r--r--sd/source/ui/remotecontrol/Listener.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sd/source/ui/remotecontrol/Listener.hxx b/sd/source/ui/remotecontrol/Listener.hxx
index 41dc351f414c..89521395d1fa 100644
--- a/sd/source/ui/remotecontrol/Listener.hxx
+++ b/sd/source/ui/remotecontrol/Listener.hxx
@@ -37,28 +37,28 @@ public:
// XAnimationListener
virtual void SAL_CALL beginEvent(const css::uno::Reference<
- css::animations::XAnimationNode >& rNode ) throw (css::uno::RuntimeException, std::exception);
+ css::animations::XAnimationNode >& rNode ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL endEvent( const css::uno::Reference<
- css::animations::XAnimationNode >& rNode ) throw (css::uno::RuntimeException, std::exception);
+ css::animations::XAnimationNode >& rNode ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL repeat( const css::uno::Reference<
css::animations::XAnimationNode >& rNode, ::sal_Int32 Repeat )
- throw (css::uno::RuntimeException, std::exception);
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XSlideShowListener
- virtual void SAL_CALL paused( ) throw (css::uno::RuntimeException, std::exception);
- virtual void SAL_CALL resumed( ) throw (css::uno::RuntimeException, std::exception);
- virtual void SAL_CALL slideTransitionStarted( ) throw (css::uno::RuntimeException, std::exception);
- virtual void SAL_CALL slideTransitionEnded( ) throw (css::uno::RuntimeException, std::exception);
- virtual void SAL_CALL slideAnimationsEnded( ) throw (css::uno::RuntimeException, std::exception);
- virtual void SAL_CALL slideEnded(sal_Bool bReverse) throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL paused( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL resumed( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL slideTransitionStarted( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL slideTransitionEnded( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL slideAnimationsEnded( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL slideEnded(sal_Bool bReverse) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL hyperLinkClicked( const OUString& hyperLink )
- throw (css::uno::RuntimeException, std::exception);
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XEventListener
- virtual void SAL_CALL disposing (void);
+ virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
virtual void SAL_CALL disposing (
const com::sun::star::lang::EventObject& rEvent)
- throw (com::sun::star::uno::RuntimeException, std::exception);
+ throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
rtl::Reference<Communicator> mCommunicator;