summaryrefslogtreecommitdiff
path: root/sw/inc
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
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')
-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,
01-14 16:04:17 +0000'>2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara 2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann 2012-07-09some UniString->rtl::OUStringCaolán McNamara 2012-07-03ditch String::CreateFromAsciiCaolán McNamara 2012-06-09Remove superfluous include commentsThomas Arnhold 2011-11-27remove include of pch header from svxNorbert Thiebaud 2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-02-21Remove dead code and translate German commentsAlbert Thuswaldner 2011-01-11removetooltypes01: #i112600# do not affect FASTBOOL in this cwsMikhail Voytenko 2011-01-10removetooltypes01: #i112600# remove tooltypes from svxMikhail Voytenko 2010-12-11cleaning of __EXPORT defineGert Faller 2010-11-09Clean up the codeAlexander O. Anisimov 2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth 2010-10-08FASTBOOL to bool conversionNorbert Thiebaud 2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-07#i107450#: make svx buildable with new editeng libMathias Bauer 2008-04-10INTEGRATION: CWS changefileheader (1.17.368); FILE MERGEDRüdiger Timm