summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:56:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:56:47 +0000
commite826c26cb8d0b626c88816642f7623aaab2da3d1 (patch)
treebd7a5c0fcea694789be33cb0c2a9a972be2cebbb /forms/source/component
parent6034dc831bcefe66ce6cf4518a158c53d233d570 (diff)
INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED
2006/03/14 15:20:30 fs 1.6.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/scrollbar.cxx6
-rw-r--r--forms/source/component/spinbutton.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx
index 2c06410c4505..a2b6ce0e3f68 100644
--- a/forms/source/component/scrollbar.cxx
+++ b/forms/source/component/scrollbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scrollbar.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:52:11 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:56:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -267,7 +267,7 @@ namespace frm
}
//------------------------------------------------------------------------------
- sal_Bool OScrollBarModel::commitControlValueToDbColumn( bool _bPostReset )
+ sal_Bool OScrollBarModel::commitControlValueToDbColumn( bool /*_bPostReset*/ )
{
OSL_ENSURE( sal_False, "OScrollBarModel::commitControlValueToDbColumn: never to be called (we're not bound)!" );
return sal_True;
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index f79ba709cb09..25c4125c7975 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: spinbutton.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:52:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:56:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,7 @@ namespace frm
}
//------------------------------------------------------------------------------
- sal_Bool OSpinButtonModel::commitControlValueToDbColumn( bool _bPostReset )
+ sal_Bool OSpinButtonModel::commitControlValueToDbColumn( bool /*_bPostReset*/ )
{
OSL_ENSURE( sal_False, "OSpinButtonModel::commitControlValueToDbColumn: never to be called (we're not bound)!" );
return sal_True;