summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:05:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:05:12 +0000
commit43daaf5845ea857fa5c44e1a85a59422b21f12dc (patch)
tree95cd7423ad67d1604c42866fb1b6c6c5d670560a /forms
parent256416f914c72de2c1589b07ad142434f977f8ab (diff)
INTEGRATION: CWS warnings01 (1.8.54); FILE MERGED
2006/03/14 15:20:35 fs 1.8.54.1: #i57457# warning-free code
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/submission.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/xforms/submission.cxx b/forms/source/xforms/submission.cxx
index 630f0c52ce47..0e45f6cab0c9 100644
--- a/forms/source/xforms/submission.cxx
+++ b/forms/source/xforms/submission.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: submission.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-10-24 07:38:05 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:05:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -610,13 +610,13 @@ void SAL_CALL Submission::submit( ) throw ( VetoException, WrappedTargetExceptio
submitWithInteraction( NULL );
}
-void SAL_CALL Submission::addSubmissionVetoListener( const Reference< XSubmissionVetoListener >& listener ) throw (NoSupportException, RuntimeException)
+void SAL_CALL Submission::addSubmissionVetoListener( const Reference< XSubmissionVetoListener >& /*listener*/ ) throw (NoSupportException, RuntimeException)
{
// TODO
throw NoSupportException();
}
-void SAL_CALL Submission::removeSubmissionVetoListener( const Reference< XSubmissionVetoListener >& listener ) throw (NoSupportException, RuntimeException)
+void SAL_CALL Submission::removeSubmissionVetoListener( const Reference< XSubmissionVetoListener >& /*listener*/ ) throw (NoSupportException, RuntimeException)
{
// TODO
throw NoSupportException();