From 66336e1a4bf8fcbd65cf18401f82b5849b073555 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 10:32:46 +0000 Subject: INTEGRATION: CWS eforms4 (1.4.6); FILE MERGED 2004/12/10 09:10:54 fs 1.4.6.1: #i36359# some method constness --- forms/source/component/spinbutton.cxx | 8 ++++---- 1 file 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() ); -- cgit