summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/CheckBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/CheckBox.idl')
-rw-r--r--offapi/com/sun/star/form/component/CheckBox.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl
index d374a9a2162c..57acd34180e6 100644
--- a/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/offapi/com/sun/star/form/component/CheckBox.idl
@@ -31,7 +31,7 @@
/** specifies the model of a check box control
<p>The model supports the properties required for HTML, thus you can build up
- <type>HTMLForm</type>s with it</p>
+ HTMLForms with it</p>
*/
published service CheckBox
{
@@ -59,7 +59,7 @@ published service CheckBox
/** contains a reference value which is used for submission in a HTML
form
- <p>When submitting a <type>HTMLForm</type> which contains a check box,
+ <p>When submitting a HTMLForm which contains a check box,
which is checked, the RefValue is used for submission.
*/
[property] string RefValue;