diff options
author | Eike Rathke <erack@redhat.com> | 2017-02-11 01:17:12 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-11 01:19:37 +0100 |
commit | d3293c7173210e0246d0dc29377f687f41588da2 (patch) | |
tree | f44faff71d99dfe6cec402c2abbb9b06bd834e23 /include/toolkit | |
parent | b46ed21a33849d2268406feb875f46bc925a65ec (diff) |
Revert "Resolves: tdf#79250 add typed list to form control listbox"
This reverts commit e387b69967aabc44d5da5aaad8d94191437dc57c.
It breaks toolkit.subsequentcheck with
propertyChangeListener wasn´t called for ´TypedItemList´
Back to the drawing board for the twisted property logic of forms and
toolkit uno control models.
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/helper/property.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toolkit/helper/property.hxx b/include/toolkit/helper/property.hxx index 34d8918e9573..d3a637dc46d4 100644 --- a/include/toolkit/helper/property.hxx +++ b/include/toolkit/helper/property.hxx @@ -207,7 +207,6 @@ namespace uno { #define BASEPROPERTY_INACTIVE_SEL_BACKGROUND_COLOR 166 #define BASEPROPERTY_ACTIVE_SEL_TEXT_COLOR 167 #define BASEPROPERTY_INACTIVE_SEL_TEXT_COLOR 168 -#define BASEPROPERTY_TYPEDITEMLIST 169 // AnySequence // These properties are not bound, they are always extracted from the BASEPROPERTY_FONTDESCRIPTOR property |