diff options
author | Eike Rathke <erack@redhat.com> | 2017-02-10 18:27:14 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-14 11:49:35 +0100 |
commit | 838fab822c8052dd9471e28a70b1907dfde111af (patch) | |
tree | 036311c563a47419f0c0dd3321872aa74ea868bb /include/toolkit | |
parent | cdbec91da4931be72ed4f1b28f78d83a9a0d616f (diff) |
Resolves: tdf#79250 add typed list to form control listbox
... so numeric and text data can be distinguished input.
Change-Id: I63280a93c272ccc6f5e7ca06a1a1fcbfb3db8455
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/helper/property.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toolkit/helper/property.hxx b/include/toolkit/helper/property.hxx index d3a637dc46d4..34d8918e9573 100644 --- a/include/toolkit/helper/property.hxx +++ b/include/toolkit/helper/property.hxx @@ -207,6 +207,7 @@ 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 |