summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-29 11:33:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-29 14:19:51 +0200
commit936f38338ec255ac9992437dbe5e5847cdc9d804 (patch)
treed2bc5609e679cf9eb750db444f86f3dfe3db9dd9 /sw/inc/tblsel.hxx
parent4ce914cedac54972f44c4cf8de5089fcca5e2a78 (diff)
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@collabora.co.uk>
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx2
1 files changed, 1 insertions, 1 deletions
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,