diff options
Diffstat (limited to 'framework/source/uielement/headermenucontroller.cxx')
-rw-r--r-- | framework/source/uielement/headermenucontroller.cxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/framework/source/uielement/headermenucontroller.cxx b/framework/source/uielement/headermenucontroller.cxx index 9c2e86a60fc9..bd565cf23867 100644 --- a/framework/source/uielement/headermenucontroller.cxx +++ b/framework/source/uielement/headermenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: headermenucontroller.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:53:49 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:37:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -236,7 +236,7 @@ void HeaderMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra } // XEventListener -void SAL_CALL HeaderMenuController::disposing( const EventObject& Source ) throw ( RuntimeException ) +void SAL_CALL HeaderMenuController::disposing( const EventObject& ) throw ( RuntimeException ) { Reference< css::awt::XMenuListener > xHolder(( OWeakObject *)this, UNO_QUERY ); @@ -264,7 +264,7 @@ void SAL_CALL HeaderMenuController::statusChanged( const FeatureStateEvent& Even } // XMenuListener -void SAL_CALL HeaderMenuController::highlight( const css::awt::MenuEvent& rEvent ) throw (RuntimeException) +void SAL_CALL HeaderMenuController::highlight( const css::awt::MenuEvent& ) throw (RuntimeException) { } @@ -320,11 +320,11 @@ void SAL_CALL HeaderMenuController::select( const css::awt::MenuEvent& rEvent ) } } -void SAL_CALL HeaderMenuController::activate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException) +void SAL_CALL HeaderMenuController::activate( const css::awt::MenuEvent& ) throw (RuntimeException) { } -void SAL_CALL HeaderMenuController::deactivate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException) +void SAL_CALL HeaderMenuController::deactivate( const css::awt::MenuEvent& ) throw (RuntimeException) { } @@ -397,7 +397,6 @@ void SAL_CALL HeaderMenuController::initialize( const Sequence< Any >& aArgument if ( xFrame.is() && aCommandURL.getLength() ) { - ResetableGuard aLock( m_aLock ); m_xFrame = xFrame; m_aCommandURL = aCommandURL; m_bInitialized = sal_True; |