summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 17:02:37 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit8a3543340fc8026121a7e4d681b3fce7c920bc1f (patch)
tree3ed60f1879838b3c4b5cc5d542b94d2dba781182 /offapi/com/sun/star/form
parent*api: fix unterminated tags (diff)
downloadcore-8a3543340fc8026121a7e4d681b3fce7c920bc1f.tar.gz
core-8a3543340fc8026121a7e4d681b3fce7c920bc1f.zip
*api: fix a bunch of "illegal" and "empty" tags
Apparently doxygen doesn't like XML-style empty elements. Change-Id: I0fe8105a196fa3cf5b980f0b6f18933adf8a1d53
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl2
-rw-r--r--offapi/com/sun/star/form/XResetListener.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseImageControl.idl8
-rw-r--r--offapi/com/sun/star/form/control/ListBox.idl2
-rw-r--r--offapi/com/sun/star/form/control/TextField.idl2
6 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 28d175f87ca8..9361d48cd034 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -84,7 +84,7 @@ published service PropertyBrowserController
<p>The aspects of a DataAwareControlModel which can be browsed and modified
using this controller can be separated into 3 groups: common aspects, data-awareness
- related aspects, and bound events.</br>
+ related aspects, and bound events.<br>
The appearance of the visual component created by the controller is that 3 tab pages, one for
each group, are displayed (of course if the control does not support any aspects of a given group,
the group is omitted).<br/>
diff --git a/offapi/com/sun/star/form/XResetListener.idl b/offapi/com/sun/star/form/XResetListener.idl
index 62f666b27e30..2d5b242cb95d 100644
--- a/offapi/com/sun/star/form/XResetListener.idl
+++ b/offapi/com/sun/star/form/XResetListener.idl
@@ -31,7 +31,7 @@
/** is the interface for receiving notifications about reset events.
<p>The listener is called if a component implementing the
- XReset interface performs a reset.</br>
+ XReset interface performs a reset.<br>
Order of events:
<ul><li>a reset is triggered on a component</li>
<li>the component calls XReset::approveReset() on all its listeners</li>
diff --git a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index 99ff96c156de..0baca2afa2a9 100644
--- a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -82,7 +82,7 @@ module com { module sun { module star { module form { module binding {
<li><b>Cloning</b><br/>
com::sun::star::form::FormControlModels support cloning themselves
via the com::sun::star::util::XCloneable interface which they
- inherit from the com::sun::star::awt::UnoControlModel service.</br>
+ inherit from the com::sun::star::awt::UnoControlModel service.<br>
When a BindableDataAwareControlModel is cloned while it has an active
external value binding, then the clone is also bound to the same binding instance.<br/>
Note that this restriction is inherited from the BindableControlModel.
diff --git a/offapi/com/sun/star/form/component/DatabaseImageControl.idl b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
index 67b54ae7f894..6c80c9941004 100644
--- a/offapi/com/sun/star/form/component/DatabaseImageControl.idl
+++ b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
@@ -34,7 +34,7 @@
<p>As every com::sun::star::form::DataAwareControlModel, an image control
can be bound to a database field. This means that for instance with every record change, the content
- of the database field is taken, interpreted as image, and displayed in the control.<br/>
+ of the database field is taken, interpreted as image, and displayed in the control.<br>
Unlike other more text-based controls, it does not interpret the content of the field as text or double,
but as binary stream (see com::sun::star::sdb::XColumn::getBinaryStream()).</p>
@@ -45,7 +45,7 @@
com::sun::star::sdbc::DataType::OTHER,
com::sun::star::sdbc::DataType::LONGVARCHAR</p>
- <p/>
+ </p>
<p>Note that besides taking the image to be displayed from the bound field, there is another option. The
com::sun::star::awt::UnoControlImageControlModel::ImageURL property specifies
@@ -68,9 +68,9 @@
exchanged by URL. For example, implementations of the control service may allow the user
to browse for image. After this, the URL of the image is set as
com::sun::star::awt::UnoControlImageControlModel::ImageURL
- property at the model.<br/>
+ property at the model.<br>
Now the control loads the image determined by the property value, and starts producing
- a new data stream, which is displayed by the control (which is a consumer for this stream).<br/>
+ a new data stream, which is displayed by the control (which is a consumer for this stream).<br>
From now on, the control and thus the database record counts as modified. If the cursor of the
form is moved further, the modified record is saved, means the content of the image pointed to
by com::sun::star::awt::UnoControlImageControlModel::ImageURL
diff --git a/offapi/com/sun/star/form/control/ListBox.idl b/offapi/com/sun/star/form/control/ListBox.idl
index db1c96ad1b1e..3e542f748bde 100644
--- a/offapi/com/sun/star/form/control/ListBox.idl
+++ b/offapi/com/sun/star/form/control/ListBox.idl
@@ -50,7 +50,7 @@ published service ListBox
<li>the control loses the focus</li>
<li>the content of the control has changed, compared to the moment where it got the focus.</li>
</ul>
- <p/>
+ </p>
*/
interface com::sun::star::form::XChangeBroadcaster;
};
diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl
index 8edd776540f5..1d88cecdf98e 100644
--- a/offapi/com/sun/star/form/control/TextField.idl
+++ b/offapi/com/sun/star/form/control/TextField.idl
@@ -55,7 +55,7 @@ published service TextField
<li>the control loses the focus</li>
<li>the content of the control has changed, compared to the moment where it got the focus.</li>
</ul>
- <p/>
+ </p>
*/
interface com::sun::star::form::XChangeBroadcaster;
};