summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-02-04 17:59:58 +0100
committerMathias Bauer <mba@openoffice.org>2010-02-04 17:59:58 +0100
commit509f78fb1dfb021c48510075680d2b3aa01681cc (patch)
treefbf70fea1551a1640e16bf74510942089bcb14c1 /tools
parent1153489dc129ff4d4b26fbf39f154b3833f423f4 (diff)
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
CWS svxsplit: merge with m71
Diffstat (limited to 'tools')
-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