summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-06-13 14:08:28 +0200
committerJan Holesovsky <kendy@suse.cz>2012-06-13 14:18:26 +0200
commitcba0dad4566652f63ea3114660da4e5c7dd88c31 (patch)
treee31282357397b4a24081ee3731e4ff46a2964901 /tools
parenta4242df3ae36d9158317298fe01b5cfa0aae4b32 (diff)
calc input line: Fix crash with accessibility enabled.
Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/wintypes.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx
index 87657a261171..cb8bb347f8cc 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -118,7 +118,8 @@ typedef sal_uInt16 WindowType;
#define WINDOW_LISTBOXWINDOW (WINDOW_FIRST + 0x4f)
#define WINDOW_DOCKINGAREA (WINDOW_FIRST + 0x50)
#define WINDOW_RULER (WINDOW_FIRST + 0x51)
-#define WINDOW_LAST (WINDOW_RULER)
+#define WINDOW_CALCINPUTLINE (WINDOW_FIRST + 0x52)
+#define WINDOW_LAST (WINDOW_CALCINPUTLINE)
// ---------------