summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:01:16 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:01:16 +0000
commit76e01e171dd7a6f830b3991a20e4c8d31d6d69f2 (patch)
tree141fc5ded72104a7e01d80bdd791042f62a3d06c /forms
parentb9be6a7362267d9e0c18c5f8390eab09a80dd3c7 (diff)
INTEGRATION: CWS dba30d (1.12.18); FILE MERGED
2008/05/27 12:28:02 fs 1.12.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/RadioButton.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx
index 6e090805a846..a779fb5fe03f 100644
--- a/forms/source/component/RadioButton.hxx
+++ b/forms/source/component/RadioButton.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: RadioButton.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -74,7 +74,7 @@ protected:
translateDbColumnToControlValue( );
virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset );
virtual ::com::sun::star::uno::Any
- translateExternalValueToControlValue( ) const;
+ translateExternalValueToControlValue( const ::com::sun::star::uno::Any& _rExternalValue ) const;
protected:
void SetSiblingPropsTo(const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rValue);