summaryrefslogtreecommitdiff
path: root/framework/source/uielement/footermenucontroller.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:31 +0000
commit12433ba4d6d3769b680b14d41a27020580bd3da7 (patch)
tree925b88fdbb96b955a428f64ac00fefe2c9a2decd /framework/source/uielement/footermenucontroller.cxx
parent7c3d6e325d7627a4ea01644552cbf43348e487db (diff)
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/11/16 15:20:40 pl 1.4.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/source/uielement/footermenucontroller.cxx')
-rw-r--r--framework/source/uielement/footermenucontroller.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/framework/source/uielement/footermenucontroller.cxx b/framework/source/uielement/footermenucontroller.cxx
index 7f86dab15ca5..ab43746c9f10 100644
--- a/framework/source/uielement/footermenucontroller.cxx
+++ b/framework/source/uielement/footermenucontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: footermenucontroller.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:53:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:37:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -231,7 +231,7 @@ void FooterMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra
}
// XEventListener
-void SAL_CALL FooterMenuController::disposing( const EventObject& Source ) throw ( RuntimeException )
+void SAL_CALL FooterMenuController::disposing( const EventObject& ) throw ( RuntimeException )
{
Reference< css::awt::XMenuListener > xHolder(( OWeakObject *)this, UNO_QUERY );
@@ -258,7 +258,7 @@ void SAL_CALL FooterMenuController::statusChanged( const FeatureStateEvent& Even
}
// XMenuListener
-void SAL_CALL FooterMenuController::highlight( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FooterMenuController::highlight( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -315,11 +315,11 @@ void SAL_CALL FooterMenuController::select( const css::awt::MenuEvent& rEvent )
}
}
-void SAL_CALL FooterMenuController::activate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FooterMenuController::activate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
-void SAL_CALL FooterMenuController::deactivate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FooterMenuController::deactivate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -392,7 +392,6 @@ void SAL_CALL FooterMenuController::initialize( const Sequence< Any >& aArgument
if ( xFrame.is() && aCommandURL.getLength() )
{
- ResetableGuard aLock( m_aLock );
m_xFrame = xFrame;
m_aCommandURL = aCommandURL;
m_bInitialized = sal_True;