[Libreoffice-commits] core.git: xmloff/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sat Mar 28 16:25:29 UTC 2020
xmloff/source/forms/formattributes.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fffe585ae397ef3e1c850d648c2d153cb3a6e2e8
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 15:50:30 2020 +0100
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Mar 28 17:24:51 2020 +0100
Fix is_typed_flags for SCAFlags
Since:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0c2d51e0daf2ce5e18af915ec40ec3196db8ab88
author Noel Grandin <noel at peralex.com> 2016-05-12 14:32:30 +0200
committer Noel Grandin <noel at peralex.com> 2016-05-12 14:33:35 +0200
commit 0c2d51e0daf2ce5e18af915ec40ec3196db8ab88 (patch)
tree 720d61287f718a66747e31a156b0c98eb2d3e24e
parent aba06d6f8d69632559ca9a74320fcd048855a3a3 (diff)
Convert SCA flags to scoped enum
Change-Id: I7bb5b33819cada9410e725d0c45cc7ea10fde1a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91279
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx
index 464cffa83f77..0ffef7c0189b 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -131,7 +131,7 @@ enum class SCAFlags {
ImagePosition = 0x080000
};
namespace o3tl {
- template<> struct typed_flags<SCAFlags> : is_typed_flags<SCAFlags, 0x0fffff> {};
+ template<> struct typed_flags<SCAFlags> : is_typed_flags<SCAFlags, 0x0fffbf> {};
}
More information about the Libreoffice-commits
mailing list