sw/inc/tblsel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 936f38338ec255ac9992437dbe5e5847cdc9d804 Author: Julien Nabet <[email protected]> AuthorDate: Sun Mar 29 11:33:45 2020 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Sun Mar 29 14:19:51 2020 +0200 Fix is_typed_flags for SwTableSearchType (sw/tblsel) Change-Id: I36ee912a26aa6e907126b4aa28423529f9a0cf3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91323 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx index e7ef81b53ef3..4d929ba224a7 100644 --- a/sw/inc/tblsel.hxx +++ b/sw/inc/tblsel.hxx @@ -66,7 +66,7 @@ enum class SwTableSearchType : sal_uInt16 NoUnionCorrect = 0x10, // Do not correct collected Union. }; namespace o3tl { - template<> struct typed_flags<SwTableSearchType> : is_typed_flags<SwTableSearchType, 0x1f> {}; + template<> struct typed_flags<SwTableSearchType> : is_typed_flags<SwTableSearchType, 0x1b> {}; } SW_DLLPUBLIC void GetTableSel( const SwCursorShell& rShell, SwSelBoxes& rBoxes, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
