summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-16 14:29:22 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-16 14:29:22 +0200
commitad1eb0b34015402650dce8b3d25987519c50c39a (patch)
treea8752ff73a76af835d74e950a18dfea4fe6218cd /offapi
parentcc27b5e0d42b9773d2657a7f405f09007e64b134 (diff)
fs33a: oops, forgot this addition to the documentation of the UnoControlListBoxModel in CWS unoawt
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 1cd36de93231..1ecf338bf095 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -213,8 +213,19 @@ published service UnoControlListBoxModel
/** allows mmanipulating the list of items in the list box more fine-grained than the
<member>StringItemList</member> property.
+
+ @since OOo 3.3
*/
[optional] interface XItemList;
+
+ /** specifies where an item separator - a horizontal line - is drawn.
+
+ <p>If this is not <NULL/>, then a horizontal line will be drawn between the item at the given position,
+ and the following item.</p>
+
+ @since OOo 3.3
+ */
+ [optional, property, maybevoid] short ItemSeparatorPos;
};
//=============================================================================