summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-28 15:09:17 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-28 17:25:17 +0100
commit65ed278fecdf5faf8e1d79fe69043f8208553458 (patch)
tree1c55d5d9fad2d613f2b90d8e7a0b6418f37678b4
parentfffe585ae397ef3e1c850d648c2d153cb3a6e2e8 (diff)
Fix is_typed_flags for EConfigurationModes
LazyWrite = 4 dropped with cb2550750386f51ef7a46a8a664a4ab9de614f8d Change-Id: Ie14e7c34c681288dec8ff53c77485ab642c1c29b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91278 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/comphelper/configurationhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index 5c50aa9f5dff..e09a3a985882 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -52,7 +52,7 @@ namespace comphelper
namespace o3tl
{
- template<> struct typed_flags<comphelper::EConfigurationModes> : is_typed_flags<comphelper::EConfigurationModes, 0x7> {};
+ template<> struct typed_flags<comphelper::EConfigurationModes> : is_typed_flags<comphelper::EConfigurationModes, 0x3> {};
}
namespace comphelper