[Libreoffice-commits] core.git: sw/inc
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 29 12:20:26 UTC 2020
sw/inc/tblsel.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 936f38338ec255ac9992437dbe5e5847cdc9d804
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Mar 29 11:33:45 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
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 <noel.grandin at collabora.co.uk>
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,
More information about the Libreoffice-commits
mailing list