summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:48:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:48:55 +0000
commite2deec4229d33c51adb509074d7a6d8b6de11584 (patch)
treef5ae42b7f760c4df8b9880540158e53e50e86bac /forms/source/component
parent6ae9b85d3354e3b57e033d9c73cf73027f5072f8 (diff)
INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED
2006/03/14 15:20:26 fs 1.5.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Filter.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx
index 1fc70f44e877..77a2e88afb58 100644
--- a/forms/source/component/Filter.hxx
+++ b/forms/source/component/Filter.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Filter.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:39:35 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:48:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,8 +156,8 @@ namespace frm
virtual sal_Int16 SAL_CALL getMaxTextLen() throw( ::com::sun::star::uno::RuntimeException );
// ::com::sun::star::form::XBoundComponent
- virtual void SAL_CALL addUpdateListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XUpdateListener > & l) throw( ::com::sun::star::uno::RuntimeException ) {}
- virtual void SAL_CALL removeUpdateListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XUpdateListener > & l) throw( ::com::sun::star::uno::RuntimeException ) {}
+ virtual void SAL_CALL addUpdateListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XUpdateListener > & /*l*/) throw( ::com::sun::star::uno::RuntimeException ) {}
+ virtual void SAL_CALL removeUpdateListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XUpdateListener > & /*l*/) throw( ::com::sun::star::uno::RuntimeException ) {}
virtual sal_Bool SAL_CALL commit() throw( ::com::sun::star::uno::RuntimeException );
// ::com::sun::star::lang::XEventListener
@@ -165,7 +165,7 @@ namespace frm
// ::com::sun::star::awt::XFocusListener
virtual void SAL_CALL focusGained(const ::com::sun::star::awt::FocusEvent& e) throw( ::com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& e) throw( ::com::sun::star::uno::RuntimeException ){}
+ virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& e) throw( ::com::sun::star::uno::RuntimeException );
// ::com::sun::star::awt::XItemListener
virtual void SAL_CALL itemStateChanged(const ::com::sun::star::awt::ItemEvent& rEvent) throw( ::com::sun::star::uno::RuntimeException );