diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-18 10:35:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:48 +0100 |
commit | fca9bc70c08c83e75d9d2fb35b64a972d852bf84 (patch) | |
tree | aa8c7c73a6f22cc16759cf00e8f4daaafb160bf4 /tools | |
parent | dc4522d249e2f7c7de9118183200dda6872d5d37 (diff) |
add a new stock reset/revert button
Change-Id: Ie854c063856eb8ed7401162ed60114d7cc904d26
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/wintypes.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx index c1fb936eb0cd..2a99ab75db0b 100644 --- a/tools/inc/tools/wintypes.hxx +++ b/tools/inc/tools/wintypes.hxx @@ -311,7 +311,8 @@ typedef sal_uInt16 StandardButtonType; #define BUTTON_IGNORE ((StandardButtonType)8) #define BUTTON_ABORT ((StandardButtonType)9) #define BUTTON_LESS ((StandardButtonType)10) -#define BUTTON_COUNT 11 +#define BUTTON_RESET ((StandardButtonType)11) +#define BUTTON_COUNT 12 // prominent place for ListBox window types |