diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-03-01 20:13:21 +0100 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-01 20:40:14 +0200 |
commit | dfc9c72d7797862a9292bdda16ad8c107124a6df (patch) | |
tree | c60941035d043b4e8740e6b67c27085cda95aaa9 /tools | |
parent | ebbef3a92d968bc82bbb86109ed604434a071e1f (diff) |
Added 'Copy to Clipboard' button to error dialogs
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/wintypes.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx index e4f0a0daf7f1..782066944941 100644 --- a/tools/inc/tools/wintypes.hxx +++ b/tools/inc/tools/wintypes.hxx @@ -336,6 +336,7 @@ typedef sal_uInt16 StandardButtonType; #define BUTTON_ABORT ((StandardButtonType)9) #define BUTTON_LESS ((StandardButtonType)10) #define BUTTON_COUNT 11 +#define BUTTON_COPY 12 // -------------------------------------------- // - prominent place for ListBox window types - |