summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:47:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:47:22 +0000
commit7af99ff4e49943575c287653f07b52bcc9d91860 (patch)
tree3a79df978246615f8fbbd476e82e66ef97a9b816 /forms/source/component/Date.cxx
parentc82f770366f47b8af21d30dadf7d58a196dee1e2 (diff)
INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED
2006/04/07 17:42:35 sb 1.18.68.2: RESYNC: (1.18-1.20); FILE MERGED 2006/03/14 15:20:25 fs 1.18.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 7e4943dfbec8..9375de236be0 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:22:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:47:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -277,7 +277,7 @@ void ODateModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm )
}
//------------------------------------------------------------------------------
-sal_Bool ODateModel::commitControlValueToDbColumn( bool _bPostReset )
+sal_Bool ODateModel::commitControlValueToDbColumn( bool /*_bPostReset*/ )
{
Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) );
if ( !compare( aControlValue, m_aSaveValue ) )