summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:06:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:06:19 +0000
commit523875b8216820b600dbcb533d9e31d775e108fc (patch)
treef0ae035675a0b0eb1229e03ef7ff3020938ea87a /forms
parent0e871f977295bade47e16b73321b9e7ce4f8a905 (diff)
INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED
2006/03/14 15:20:36 fs 1.4.68.1: #i57457# warning-free code
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/submission/submission.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/xforms/submission/submission.hxx b/forms/source/xforms/submission/submission.hxx
index f22bf3dbe1b8..90bee7c8222d 100644
--- a/forms/source/xforms/submission/submission.hxx
+++ b/forms/source/xforms/submission/submission.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: submission.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:25:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:06:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,13 +99,13 @@ public:
CProgressHandlerHelper()
: m_count(0)
{}
- virtual void SAL_CALL push( const com::sun::star::uno::Any& aStatus) throw(com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL push( const com::sun::star::uno::Any& /*aStatus*/) throw(com::sun::star::uno::RuntimeException)
{
m_mLock.acquire();
m_count++;
m_mLock.release();
}
- virtual void SAL_CALL update(const com::sun::star::uno::Any& aStatus) throw(com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL update(const com::sun::star::uno::Any& /*aStatus*/) throw(com::sun::star::uno::RuntimeException)
{
}
virtual void SAL_CALL pop() throw(com::sun::star::uno::RuntimeException)