summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:45:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:45:16 +0000
commit59b9d1d8f9a202e4c2afac13cb93c640a9811ee6 (patch)
tree8f872377aae8994a737dfb38be41490a93cc7e86 /forms/source/component
parentc2e8dab4a89454e161db4d848a52457bcb6099f6 (diff)
INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED
2006/03/14 15:20:24 fs 1.18.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Button.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index 15a06d05bb60..7fcba5510ff3 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Button.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:33:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:45:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -287,7 +287,7 @@ OButtonControl::OButtonControl(const Reference<XMultiServiceFactory>& _rxFactory
xButton->addActionListener(this);
}
// Refcount bei 1 fuer Listener
- sal_Int32 n = decrement(m_refCount);
+ decrement(m_refCount);
}
//------------------------------------------------------------------------------
@@ -333,7 +333,7 @@ void SAL_CALL OButtonControl::disposing( const EventObject& _rSource ) throw( Ru
// ActionListener
//------------------------------------------------------------------------------
-void OButtonControl::actionPerformed(const ActionEvent& rEvent) throw ( ::com::sun::star::uno::RuntimeException)
+void OButtonControl::actionPerformed(const ActionEvent& /*rEvent*/) throw ( ::com::sun::star::uno::RuntimeException)
{
// Asynchron fuer starutil::URL-Button
sal_uInt32 n = Application::PostUserEvent( LINK(this, OButtonControl,OnClick) );