summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlComboBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 3a359eb393cc..2ee9d691906e 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -192,19 +192,6 @@ published service UnoControlComboBoxModel
#StringItemList property.
*/
[optional] interface XItemList;
-
- /** specifies the list of raw typed (not stringized) items.
-
- <p>This list corresponds with the StringItemList and if given
- has to be of the same length, the elements' positions matching
- those of their string representation in StringItemList.</p>
-
- <p>If a new value is entered via the ComboBox edit then this
- list will be invalidated.</p>
-
- @since LibreOffice 5.4
- */
- [optional, property] sequence<any> TypedItemList;
};