From 7620c7550eac74d3816a156d0f1f4d93eac4181e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 10:31:59 +0000 Subject: INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/10 09:10:53 fs 1.2.6.1: #i36359# some method constness --- forms/source/component/refvaluecomponent.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms/source/component/refvaluecomponent.cxx') diff --git a/forms/source/component/refvaluecomponent.cxx b/forms/source/component/refvaluecomponent.cxx index 067c4a520221..7e3ba5ef2966 100644 --- a/forms/source/component/refvaluecomponent.cxx +++ b/forms/source/component/refvaluecomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: refvaluecomponent.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:42:15 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:31:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,7 +239,7 @@ namespace frm } //----------------------------------------------------------------------------- - Any OReferenceValueComponent::translateExternalValueToControlValue( ) + Any OReferenceValueComponent::translateExternalValueToControlValue( ) const { OSL_PRECOND( getExternalValueBinding().is(), "OReferenceValueComponent::commitControlValueToExternalBinding: no active binding!" ); @@ -289,7 +289,7 @@ namespace frm } //----------------------------------------------------------------------------- - Any OReferenceValueComponent::translateControlValueToExternalValue( ) + Any OReferenceValueComponent::translateControlValueToExternalValue( ) const { Any aExternalValue; -- cgit