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-14 11:44:59 +0200
commit30903d907a96aac96756e3cd0aa384dfd6993787 (patch)
treeb6ce236a1dbd3041ad3f97b8c27e8575c7a8ae7d /tools
parente81aa423367882a074b50c9e7c822e186141b9a2 (diff)
calc input line: Fix crash with accessibility enabled.
Conflicts: tools/inc/tools/wintypes.hxx 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 e4f0a0daf7f1..c81173a1e99e 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -119,7 +119,8 @@ typedef sal_uInt16 WindowType;
#define WINDOW_LISTBOXWINDOW (WINDOW_FIRST + 0x50)
#define WINDOW_DOCKINGAREA (WINDOW_FIRST + 0x51)
#define WINDOW_RULER (WINDOW_FIRST + 0x52)
-#define WINDOW_LAST (WINDOW_RULER)
+#define WINDOW_CALCINPUTLINE (WINDOW_FIRST + 0x53)
+#define WINDOW_LAST (WINDOW_CALCINPUTLINE)
// ---------------