summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 16:29:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:07 +0200
commit48661084104b5d52f7421909131e153639e653f2 (patch)
tree0e6907c51a2fce0aea6f85d0cdfc03b9e85c3942 /offapi/com/sun/star/inspection
parent44404b7a6c7bb3b95d03094abb745f29a5154959 (diff)
*api: fix unterminated tags
Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r--offapi/com/sun/star/inspection/PropertyControlType.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl
index 526b2314829b..2954dd76de06 100644
--- a/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -77,7 +77,8 @@ constants PropertyControlType
/** denotes a control which allows the user to enter a list of single-line strings
- <p>Controls of type #StringListField exchange their values as <code>sequence&lt; string &gt;<code>.</p>
+ <p>Controls of type #StringListField exchange their values as
+ <code>sequence&lt; string &gt;</code>.</p>
*/
const short StringListField = 6;