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.idl23
1 files changed, 12 insertions, 11 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index a3405e181261..929586f5f5fc 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -16,15 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_UnoControlComboBoxModel_idl__
-#define __com_sun_star_awt_UnoControlComboBoxModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/awt/XItemList.idl>
module com { module sun { module star { module awt {
@@ -205,11 +196,21 @@ published service UnoControlComboBoxModel
@since LibreOffice 5.4
*/
[optional, property] sequence<any> TypedItemList;
+
+ /** specifies the background color (RGB) of selected items in the control which are highlighted.
+
+ @since LibreOffice 7.5
+ */
+ [optional, property] com::sun::star::util::Color HighlightColor;
+
+ /** specifies the text color (RGB) of selected items in the control which are highlighted.
+
+ @since LibreOffice 7.5
+ */
+ [optional, property] com::sun::star::util::Color HighlightTextColor;
};
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */