diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-18 14:28:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-18 15:48:31 +0000 |
commit | 305a164e8b1094a041373ab9808aedcf4c76a1b6 (patch) | |
tree | e25c77cfab704d4fa5764a12ffb26d83b2e58876 /include/vcl/settings.hxx | |
parent | 473b03d1a4b7cdd72551a9039f6cc76a808cce58 (diff) |
StyleSettingsOptions::SpinArrow is not set by anyone
Tragically this means the loss of a OS/2 comment
Change-Id: Ia3f7b0a840e6b73cf4fae5f98dd4cf97d4e7b87c
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 5fe497b8de30..72283aa0fc77 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -185,12 +185,11 @@ enum class StyleSettingsOptions Highlight = 0x0010, AdvancedUser = 0x0020, ScrollArrow = 0x0040, - SpinArrow = 0x0080, - NoMnemonics = 0x0100, + NoMnemonics = 0x0080, }; namespace o3tl { - template<> struct typed_flags<StyleSettingsOptions> : is_typed_flags<StyleSettingsOptions, 0x01ff> {}; + template<> struct typed_flags<StyleSettingsOptions> : is_typed_flags<StyleSettingsOptions, 0x00ff> {}; } enum class DragFullOptions |