include/comphelper/configurationhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 65ed278fecdf5faf8e1d79fe69043f8208553458 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sat Mar 28 15:09:17 2020 +0100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sat Mar 28 17:25:17 2020 +0100 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.gran...@collabora.co.uk> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits