diff options
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r-- | offapi/com/sun/star/inspection/PropertyControlType.idl | 3 |
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< string ><code>.</p> + <p>Controls of type #StringListField exchange their values as + <code>sequence< string ></code>.</p> */ const short StringListField = 6; |