summaryrefslogtreecommitdiff
path: root/framework/source/uielement/fontmenucontroller.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:05 +0000
commit3c30a869de520fa2098df61742e725971ce8ff2f (patch)
tree25a902c4f790fa0cc6024871c0e4e58a1db1ff40 /framework/source/uielement/fontmenucontroller.cxx
parent1e3dd9628c56bed419f1115764a79e80802f2393 (diff)
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/16 15:20:39 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/source/uielement/fontmenucontroller.cxx')
-rw-r--r--framework/source/uielement/fontmenucontroller.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx
index b501ba569041..cf1d37e8d3bb 100644
--- a/framework/source/uielement/fontmenucontroller.cxx
+++ b/framework/source/uielement/fontmenucontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontmenucontroller.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:52:46 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:37:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,7 +172,7 @@ void FontMenuController::fillPopupMenu( const Sequence< ::rtl::OUString >& rFont
}
// XEventListener
-void SAL_CALL FontMenuController::disposing( const EventObject& Source ) throw ( RuntimeException )
+void SAL_CALL FontMenuController::disposing( const EventObject& ) throw ( RuntimeException )
{
Reference< css::awt::XMenuListener > xHolder(( OWeakObject *)this, UNO_QUERY );
@@ -205,7 +205,7 @@ void SAL_CALL FontMenuController::statusChanged( const FeatureStateEvent& Event
}
// XMenuListener
-void SAL_CALL FontMenuController::highlight( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontMenuController::highlight( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -250,7 +250,7 @@ void SAL_CALL FontMenuController::select( const css::awt::MenuEvent& rEvent ) th
}
}
-void SAL_CALL FontMenuController::activate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontMenuController::activate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
ResetableGuard aLock( m_aLock );
@@ -287,7 +287,7 @@ void SAL_CALL FontMenuController::activate( const css::awt::MenuEvent& rEvent )
}
}
-void SAL_CALL FontMenuController::deactivate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontMenuController::deactivate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -373,7 +373,6 @@ void SAL_CALL FontMenuController::initialize( const Sequence< Any >& aArguments
if ( xFrame.is() && aCommandURL.getLength() )
{
- ResetableGuard aLock( m_aLock );
m_xFrame = xFrame;
m_aCommandURL = aCommandURL;