summaryrefslogtreecommitdiff
path: root/forms/source/component/spinbutton.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:32:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:32:46 +0000
commit66336e1a4bf8fcbd65cf18401f82b5849b073555 (patch)
tree0aee5b6d744476039b6f548d88eeaf4c6ab91da2 /forms/source/component/spinbutton.cxx
parentf678ef3da306bc211ee1e859833cb8b29c7fa973 (diff)
INTEGRATION: CWS eforms4 (1.4.6); FILE MERGED
2004/12/10 09:10:54 fs 1.4.6.1: #i36359# some method constness
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r--forms/source/component/spinbutton.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index 874ba5517e2d..444c4991ade3 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spinbutton.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:43:03 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -300,7 +300,7 @@ namespace frm
}
//--------------------------------------------------------------------
- Any OSpinButtonModel::translateExternalValueToControlValue( )
+ Any OSpinButtonModel::translateExternalValueToControlValue( ) const
{
return translateExternalDoubleToControlIntValue( getExternalValueBinding(), m_xAggregateSet,
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SpinValueMin" ) ),
@@ -308,7 +308,7 @@ namespace frm
}
//--------------------------------------------------------------------
- Any OSpinButtonModel::translateControlValueToExternalValue( )
+ Any OSpinButtonModel::translateControlValueToExternalValue( ) const
{
// by definition, the base class simply obtains the property value
return translateControlIntToExternalDoubleValue( OBoundControlModel::translateControlValueToExternalValue() );