diff options
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r-- | sw/inc/undobj.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index 284e3160d26b..26625731ad22 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -130,13 +130,12 @@ enum class DelContentType : sal_uInt16 { Ftn = 0x01, Fly = 0x02, - Toc = 0x04, Bkm = 0x08, - AllMask = 0x0F, + AllMask = 0x0b, CheckNoCntnt = 0x80, }; namespace o3tl { - template<> struct typed_flags<DelContentType> : is_typed_flags<DelContentType, 0x8f> {}; + template<> struct typed_flags<DelContentType> : is_typed_flags<DelContentType, 0x8b> {}; } /// will DelContentIndex destroy a frame anchored at character at rAnchorPos? |