diff options
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r-- | forms/source/component/spinbutton.cxx | 8 |
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() ); |