summaryrefslogtreecommitdiff
path: root/UnoControls/inc/multiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/multiplexer.hxx')
-rw-r--r--UnoControls/inc/multiplexer.hxx52
1 files changed, 26 insertions, 26 deletions
diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx
index 09aaebe20941..2cc0125740cc 100644
--- a/UnoControls/inc/multiplexer.hxx
+++ b/UnoControls/inc/multiplexer.hxx
@@ -141,7 +141,7 @@ public:
*/
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType )
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
@short increment refcount
@@ -157,7 +157,7 @@ public:
@onerror A RuntimeException is thrown.
*/
- virtual void SAL_CALL acquire() throw();
+ virtual void SAL_CALL acquire() throw() SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
@short decrement refcount
@@ -173,7 +173,7 @@ public:
@onerror A RuntimeException is thrown.
*/
- virtual void SAL_CALL release() throw();
+ virtual void SAL_CALL release() throw() SAL_OVERRIDE;
// operator
@@ -294,7 +294,7 @@ public:
*/
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& aSource)
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XFocusListener
@@ -315,7 +315,7 @@ public:
*/
virtual void SAL_CALL focusGained(const ::com::sun::star::awt::FocusEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -332,7 +332,7 @@ public:
*/
virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XWindowListener
@@ -353,7 +353,7 @@ public:
*/
virtual void SAL_CALL windowResized(const ::com::sun::star::awt::WindowEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -370,7 +370,7 @@ public:
*/
virtual void SAL_CALL windowMoved(const ::com::sun::star::awt::WindowEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -387,7 +387,7 @@ public:
*/
virtual void SAL_CALL windowShown(const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -404,7 +404,7 @@ public:
*/
virtual void SAL_CALL windowHidden(const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XKeyListener
@@ -425,7 +425,7 @@ public:
*/
virtual void SAL_CALL keyPressed( const ::com::sun::star::awt::KeyEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -442,7 +442,7 @@ public:
*/
virtual void SAL_CALL keyReleased( const ::com::sun::star::awt::KeyEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XMouseListener
@@ -463,7 +463,7 @@ public:
*/
virtual void SAL_CALL mousePressed(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -480,7 +480,7 @@ public:
*/
virtual void SAL_CALL mouseReleased(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -497,7 +497,7 @@ public:
*/
virtual void SAL_CALL mouseEntered(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -514,7 +514,7 @@ public:
*/
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XMouseMotionListener
@@ -535,7 +535,7 @@ public:
*/
virtual void SAL_CALL mouseDragged(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -552,7 +552,7 @@ public:
*/
virtual void SAL_CALL mouseMoved(const ::com::sun::star::awt::MouseEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XPaintListener
@@ -573,7 +573,7 @@ public:
*/
virtual void SAL_CALL windowPaint(const ::com::sun::star::awt::PaintEvent& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// XTopWindowListener
@@ -594,7 +594,7 @@ public:
*/
virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -611,7 +611,7 @@ public:
*/
virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -628,7 +628,7 @@ public:
*/
virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -645,7 +645,7 @@ public:
*/
virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -662,7 +662,7 @@ public:
*/
virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -679,7 +679,7 @@ public:
*/
virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
/**_______________________________________________________________________________________________________
@short -
@@ -696,7 +696,7 @@ public:
*/
virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& aEvent )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) ;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
// protected methods