summaryrefslogtreecommitdiff
path: root/forms/source/component/Numeric.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:52:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:52:36 +0000
commit3f62247097649bdb444f6e15113d0fdaf535be9f (patch)
treea1fb7aa4cf1eb555488f707f4f62994a1f98b38a /forms/source/component/Numeric.cxx
parent168375a2cba802b75876c866c8788b4c2193a28b (diff)
INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED
2006/03/14 15:20:28 fs 1.12.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component/Numeric.cxx')
-rw-r--r--forms/source/component/Numeric.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx
index 86035cb31ec5..49c4b472bde6 100644
--- a/forms/source/component/Numeric.cxx
+++ b/forms/source/component/Numeric.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Numeric.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:45:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:52:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -192,7 +192,7 @@ void ONumericModel::fillProperties(
}
//------------------------------------------------------------------------------
-sal_Bool ONumericModel::commitControlValueToDbColumn( bool _bPostReset )
+sal_Bool ONumericModel::commitControlValueToDbColumn( bool /*_bPostReset*/ )
{
Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) );
if ( !compare( aControlValue, m_aSaveValue ) )