diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-12 20:04:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-13 16:18:19 +0200 |
commit | 414d10d8a3041e5e2aa899b59c1919e41c75371d (patch) | |
tree | e758ade0f037f67a9d19a9d197f1eeea98f8ec10 /include/vcl/toolbox.hxx | |
parent | d0a537a26a5f9def5d85f5c027a9029dda1e58bd (diff) |
move ToolBoxButtonSize into vclenum
Change-Id: I684d192296642bc507a6f75dd52a5ce72b028157
Reviewed-on: https://gerrit.libreoffice.org/80721
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/toolbox.hxx')
-rw-r--r-- | include/vcl/toolbox.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 0fa569248dd2..56fe90bff710 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -58,16 +58,6 @@ namespace o3tl template<> struct typed_flags<ToolBoxMenuType> : is_typed_flags<ToolBoxMenuType, 0x0003> {}; } -// small, large, size32 force an exact toolbox size for proper alignment -// DontCare will let the toolbox decide about its size -enum class ToolBoxButtonSize -{ - DontCare, - Small, - Large, - Size32, -}; - enum class ToolBoxLayoutMode { Normal, // traditional layout, items are centered in the toolbar |