xmloff/source/forms/formattributes.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fffe585ae397ef3e1c850d648c2d153cb3a6e2e8
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Mar 28 15:50:30 2020 +0100
Commit:     Noel Grandin <noel.gran...@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 <n...@peralex.com> 2016-05-12 14:32:30 +0200
    committer       Noel Grandin <n...@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.gran...@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> {};
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to