summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-08 09:18:14 +0100
committersb <sb@openoffice.org>2010-02-08 09:18:14 +0100
commit9ec2223b100751fd4a3f64eb8a4a8686305ab074 (patch)
tree06fb3197763688a27b16726ad6d10ec601cb1ce1 /tools/inc
parent4e0a003d8289b16c012fc936cc9f1fa2130b2bd9 (diff)
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
sb118: merged in DEV300_m71
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/wintypes.hxx6
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