summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:37:18 +0000
commit7c3d6e325d7627a4ea01644552cbf43348e487db (patch)
tree9c2e0e39f876745cc2a39acd2d32f976f0615912 /framework
parentINTEGRATION: CWS warnings01 (1.3.32); FILE MERGED (diff)
downloadcore-7c3d6e325d7627a4ea01644552cbf43348e487db.tar.gz
core-7c3d6e325d7627a4ea01644552cbf43348e487db.zip
INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED
2005/11/16 15:20:40 pl 1.5.32.1: #i55991# removed warnings
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/fontsizemenucontroller.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx
index 1f8730bbc4e4..bafb4fd9ff52 100644
--- a/framework/source/uielement/fontsizemenucontroller.cxx
+++ b/framework/source/uielement/fontsizemenucontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontsizemenucontroller.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:53:00 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:37:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -301,7 +301,7 @@ void FontSizeMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& r
}
// XEventListener
-void SAL_CALL FontSizeMenuController::disposing( const EventObject& Source ) throw ( RuntimeException )
+void SAL_CALL FontSizeMenuController::disposing( const EventObject& ) throw ( RuntimeException )
{
Reference< css::awt::XMenuListener > xHolder(( OWeakObject *)this, UNO_QUERY );
@@ -343,7 +343,7 @@ void SAL_CALL FontSizeMenuController::statusChanged( const FeatureStateEvent& Ev
}
// XMenuListener
-void SAL_CALL FontSizeMenuController::highlight( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontSizeMenuController::highlight( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -386,11 +386,11 @@ void SAL_CALL FontSizeMenuController::select( const css::awt::MenuEvent& rEvent
}
}
-void SAL_CALL FontSizeMenuController::activate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontSizeMenuController::activate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
-void SAL_CALL FontSizeMenuController::deactivate( const css::awt::MenuEvent& rEvent ) throw (RuntimeException)
+void SAL_CALL FontSizeMenuController::deactivate( const css::awt::MenuEvent& ) throw (RuntimeException)
{
}
@@ -477,7 +477,6 @@ void SAL_CALL FontSizeMenuController::initialize( const Sequence< Any >& aArgume
if ( xFrame.is() && aCommandURL.getLength() )
{
- ResetableGuard aLock( m_aLock );
m_xFrame = xFrame;
m_aCommandURL = aCommandURL;