From 8c609d7a1ccee5044d8d64f07b59407dfb316324 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 May 2015 14:31:19 +0100 Subject: Resolves: tdf#91673 wrong bit mask for BrowserMode Change-Id: Iecd1d9d743fb3d7a02b31d2bee001de5092be7e0 --- include/svtools/brwbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 8da492530b1c..610eb57cc358 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -96,7 +96,7 @@ enum class BrowserMode }; namespace o3tl { - template<> struct typed_flags : is_typed_flags {}; + template<> struct typed_flags : is_typed_flags {}; } #define BROWSER_NONE 0 -- cgit