summaryrefslogtreecommitdiff
path: root/framework/source/uielement/simpletextstatusbarcontroller.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:40:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:40:45 +0000
commit1d8f131fd298c38862e37a2cdac3e1b10304fbb7 (patch)
treec1154717a4194ed1a559f085533d7f14aa24d5dc /framework/source/uielement/simpletextstatusbarcontroller.cxx
parent0895b018ea340b0ffeb4d183bf24027c38434e8b (diff)
INTEGRATION: CWS warnings01 (1.2.56); FILE MERGED
2006/04/20 14:53:28 sb 1.2.56.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.
Diffstat (limited to 'framework/source/uielement/simpletextstatusbarcontroller.cxx')
-rw-r--r--framework/source/uielement/simpletextstatusbarcontroller.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/uielement/simpletextstatusbarcontroller.cxx b/framework/source/uielement/simpletextstatusbarcontroller.cxx
index 6e721bdd77f7..c55b3c433b1c 100644
--- a/framework/source/uielement/simpletextstatusbarcontroller.cxx
+++ b/framework/source/uielement/simpletextstatusbarcontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: simpletextstatusbarcontroller.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-01-24 15:12:56 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:40:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -163,28 +163,28 @@ throw ( RuntimeException )
}
// XStatusListener
-void SAL_CALL SimpleTextStatusbarController::statusChanged( const FeatureStateEvent& Event )
+void SAL_CALL SimpleTextStatusbarController::statusChanged( const FeatureStateEvent& )
throw ( RuntimeException )
{
}
// XStatusbarController
::sal_Bool SAL_CALL SimpleTextStatusbarController::mouseButtonDown(
- const ::com::sun::star::awt::MouseEvent& aMouseEvent )
+ const ::com::sun::star::awt::MouseEvent& )
throw (::com::sun::star::uno::RuntimeException)
{
return sal_False;
}
::sal_Bool SAL_CALL SimpleTextStatusbarController::mouseMove(
- const ::com::sun::star::awt::MouseEvent& aMouseEvent )
+ const ::com::sun::star::awt::MouseEvent& )
throw (::com::sun::star::uno::RuntimeException)
{
return sal_False;
}
::sal_Bool SAL_CALL SimpleTextStatusbarController::mouseButtonUp(
- const ::com::sun::star::awt::MouseEvent& aMouseEvent )
+ const ::com::sun::star::awt::MouseEvent& )
throw (::com::sun::star::uno::RuntimeException)
{
return sal_False;