summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-24 11:31:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-24 18:44:10 +0200
commit4a6ea4ceeec99b27bfb06cde6d8fac3bea068eee (patch)
tree49a0b408de636da911f1bb0868e516fc0f105703 /include
parentb95ead7b2a39bf52e2293d7e8094b9520af74ade (diff)
loplugin:unusedenumconstants BrowserMode
Change-Id: Ida607fedc15062863f9de771fc7005f8c60cb0b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92842 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/brwbox.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 49486aae972a..4c98102bdc07 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -61,7 +61,6 @@ enum class BrowserMode
NONE = 0x000000,
COLUMNSELECTION = 0x000001,
MULTISELECTION = 0x000002,
- THUMBDRAGGING = 0x000004,
KEEPHIGHLIGHT = 0x000008,
HLINES = 0x000010,
VLINES = 0x000020,
@@ -88,7 +87,7 @@ enum class BrowserMode
};
namespace o3tl
{
- template<> struct typed_flags<BrowserMode> : is_typed_flags<BrowserMode, 0x2cf73f> {};
+ template<> struct typed_flags<BrowserMode> : is_typed_flags<BrowserMode, 0x2cf73b> {};
}
#define BROWSER_NONE 0