diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-02 20:19:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-02 21:23:24 +0200 |
commit | f6dcf2878a6d7a8cd3bd9761e2f03b085d2060cd (patch) | |
tree | 51f138bda36cb20fd60055968e5d12c19a8f89a4 /tools | |
parent | 30a7a6189916396c7c2ee9bbd5861ad19bf7724c (diff) |
Revert "Added 'Copy to Clipboard' button to error dialogs"
The UI change was too intrusive.
This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/wintypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx index 782066944941..e4f0a0daf7f1 100644 --- a/tools/inc/tools/wintypes.hxx +++ b/tools/inc/tools/wintypes.hxx @@ -336,7 +336,6 @@ 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 - |