summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-16 15:09:19 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-16 15:09:19 +0100
commitac7aee76690f0356056a0ce4d48db77a870585c3 (patch)
tree9be94591b775222f5df17b1c86a09757863e6ade /tools
parent5836ef5ca62a974b598e0cabf5889a876a0be80d (diff)
parentbf3f4fe64712e3443b04caa8b9107ae5b47eb43a (diff)
CWS-TOOLING: integrate CWS accfixes
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 3e6081fa2b82..18adfbab37ef 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -117,7 +117,8 @@ typedef sal_uInt16 WindowType;
#define WINDOW_INTROWINDOW (WINDOW_FIRST + 0x4f)
#define WINDOW_LISTBOXWINDOW (WINDOW_FIRST + 0x50)
#define WINDOW_DOCKINGAREA (WINDOW_FIRST + 0x51)
-#define WINDOW_LAST (WINDOW_DOCKINGAREA)
+#define WINDOW_RULER (WINDOW_FIRST + 0x52)
+#define WINDOW_LAST (WINDOW_RULER)
// ---------------