summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.cxx
diff options
context:
space:
mode:
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;