diff options
-rw-r--r-- | xmloff/source/forms/formattributes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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> {}; } |