summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.cxx
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.cxx
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.cxx')
-rw-r--r--forms/source/component/refvaluecomponent.cxx8
1 files changed, 4 insertions, 4 deletions
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;