summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:31:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:31:59 +0000
commit7620c7550eac74d3816a156d0f1f4d93eac4181e (patch)
treedc4d806f167e060dc16fbb443053719ce5e0f904 /forms/source/component/refvaluecomponent.hxx
parent603ccb24a249841ba95be3621202a7b60b0a394c (diff)
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2004/12/10 09:10:53 fs 1.2.6.1: #i36359# some method constness
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx8
1 files changed, 4 insertions, 4 deletions
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;