summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl')
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index daa73cbdad5a..49801cacad2d 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module form { module binding {
<p>If the value binding associated with a BindableDatabaseRadioButton
supports exchanging string values, <em>and</em> the com::sun::star::form::component::RadioButton::RefValue
- is <em>not</em> empty, then the radio button will exchange it's value as string:
+ is <em>not</em> empty, then the radio button will exchange its value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
<li>`NULL` will be mapped to it being in undetermined state</li>