diff options
author | sb <sb@openoffice.org> | 2010-02-08 09:18:14 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-02-08 09:18:14 +0100 |
commit | 9ec2223b100751fd4a3f64eb8a4a8686305ab074 (patch) | |
tree | 06fb3197763688a27b16726ad6d10ec601cb1ce1 /tools/inc | |
parent | 4e0a003d8289b16c012fc936cc9f1fa2130b2bd9 (diff) | |
parent | da2c680d23b67d4721aa29f740475fd6d40e2e08 (diff) |
sb118: merged in DEV300_m71
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/wintypes.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx index a9c23de87ddd..e3d0b55ffdca 100644 --- a/tools/inc/tools/wintypes.hxx +++ b/tools/inc/tools/wintypes.hxx @@ -333,5 +333,11 @@ typedef USHORT StandardButtonType; #define BUTTON_LESS ((StandardButtonType)10) #define BUTTON_COUNT 11 +// -------------------------------------------- +// - prominent place for ListBox window types - +// -------------------------------------------- + +enum ProminentEntry { PROMINENT_TOP, PROMINENT_MIDDLE }; + #endif // _TOOLS_WINTYPES_HXX |