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.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms/source/component/refvaluecomponent.hxx') diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx index 062063244506..c7d2e46502eb 100644 --- a/forms/source/component/refvaluecomponent.hxx +++ b/forms/source/component/refvaluecomponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: refvaluecomponent.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:42:28 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:31:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,9 +138,9 @@ namespace frm virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding ); virtual ::com::sun::star::uno::Any - translateExternalValueToControlValue( ); + translateExternalValueToControlValue( ) const; virtual ::com::sun::star::uno::Any - translateControlValueToExternalValue( ); + translateControlValueToExternalValue( ) const; virtual ::com::sun::star::uno::Any getDefaultForReset() const; -- cgit