summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component')
-rw-r--r--offapi/com/sun/star/form/component/CheckBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/ComboBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/CurrencyField.idl2
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl2
-rw-r--r--offapi/com/sun/star/form/component/FileControl.idl2
-rw-r--r--offapi/com/sun/star/form/component/FormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/component/ListBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/NumericField.idl2
-rw-r--r--offapi/com/sun/star/form/component/PatternField.idl2
-rw-r--r--offapi/com/sun/star/form/component/RadioButton.idl2
-rw-r--r--offapi/com/sun/star/form/component/TextField.idl2
11 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl
index 57acd34180e6..b793bc4f0f01 100644
--- a/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/offapi/com/sun/star/form/component/CheckBox.idl
@@ -39,7 +39,7 @@ published service CheckBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see CheckBox::DefaultState
*/
diff --git a/offapi/com/sun/star/form/component/ComboBox.idl b/offapi/com/sun/star/form/component/ComboBox.idl
index 1a7f03b4f213..33c4e5e9db8c 100644
--- a/offapi/com/sun/star/form/component/ComboBox.idl
+++ b/offapi/com/sun/star/form/component/ComboBox.idl
@@ -39,7 +39,7 @@ published service ComboBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see ComboBox::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/CurrencyField.idl b/offapi/com/sun/star/form/component/CurrencyField.idl
index 9c4fbde41c59..a5c35ae09cb9 100644
--- a/offapi/com/sun/star/form/component/CurrencyField.idl
+++ b/offapi/com/sun/star/form/component/CurrencyField.idl
@@ -39,7 +39,7 @@ published service CurrencyField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see CurrencyField::DefaultValue
*/
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 18afb4463493..c3aa6e5ccecb 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -99,7 +99,7 @@ published service DataForm
<p>You can add your component as
com::sun::star::form::XDatabaseParameterListener
to a form to get notified whenever the form needs parameter values to be filled in<br/>
- In a first approach, the form tries to fill any parameters from it's master-detail relation
+ In a first approach, the form tries to fill any parameters from its master-detail relation
(if any). All values which can't be filled are then passed to all listeners, which can
fill them by their own choice.</p>
diff --git a/offapi/com/sun/star/form/component/FileControl.idl b/offapi/com/sun/star/form/component/FileControl.idl
index 31d8ffa33048..0e5c977f83b8 100644
--- a/offapi/com/sun/star/form/component/FileControl.idl
+++ b/offapi/com/sun/star/form/component/FileControl.idl
@@ -38,7 +38,7 @@ published service FileControl
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see FileControl::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/FormattedField.idl b/offapi/com/sun/star/form/component/FormattedField.idl
index 9d4439b07ffe..fd9817667f8b 100644
--- a/offapi/com/sun/star/form/component/FormattedField.idl
+++ b/offapi/com/sun/star/form/component/FormattedField.idl
@@ -41,7 +41,7 @@ published service FormattedField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue
@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveDefault
diff --git a/offapi/com/sun/star/form/component/ListBox.idl b/offapi/com/sun/star/form/component/ListBox.idl
index e1efae6552b1..48f754435e70 100644
--- a/offapi/com/sun/star/form/component/ListBox.idl
+++ b/offapi/com/sun/star/form/component/ListBox.idl
@@ -38,7 +38,7 @@ published service ListBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see ListBox::DefaultSelection
*/
diff --git a/offapi/com/sun/star/form/component/NumericField.idl b/offapi/com/sun/star/form/component/NumericField.idl
index a9d442547125..dac2ae6a6b06 100644
--- a/offapi/com/sun/star/form/component/NumericField.idl
+++ b/offapi/com/sun/star/form/component/NumericField.idl
@@ -38,7 +38,7 @@ published service NumericField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default value.
+ /** can be used to reset the control to its default value.
@see NumericField::DefaultValue
*/
diff --git a/offapi/com/sun/star/form/component/PatternField.idl b/offapi/com/sun/star/form/component/PatternField.idl
index 91a79b5c4029..b9083c552dfd 100644
--- a/offapi/com/sun/star/form/component/PatternField.idl
+++ b/offapi/com/sun/star/form/component/PatternField.idl
@@ -38,7 +38,7 @@ published service PatternField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see PatternField::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl
index b99bffb04fed..664221d2b227 100644
--- a/offapi/com/sun/star/form/component/RadioButton.idl
+++ b/offapi/com/sun/star/form/component/RadioButton.idl
@@ -46,7 +46,7 @@ published service RadioButton
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see RadioButton::DefaultState
*/
diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl
index f641d55a05ec..733edc45d861 100644
--- a/offapi/com/sun/star/form/component/TextField.idl
+++ b/offapi/com/sun/star/form/component/TextField.idl
@@ -46,7 +46,7 @@ published service TextField
*/
[optional] service RichTextControl;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see TextField::DefaultText
*/