Related tdf#149072: avoid warning "misuse of method"
commit86050db1b0c15651335d1b0bf89ee8f6409dee1d
authorJulien Nabet <serval2412@yahoo.fr>
Sat, 14 May 2022 11:53:23 +0000 (14 13:53 +0200)
committerJulien Nabet <serval2412@yahoo.fr>
Sat, 14 May 2022 17:49:48 +0000 (14 19:49 +0200)
tree7bb1910a707e2db794dc82de6f0d79914dae9951
parent4d3a9d4ffec4bf9765f965d92c163c94201a3c9a
Related tdf#149072: avoid warning "misuse of method"

complete warning log:
<SwTextFormatColl::GetAssignedOutlineStyleLevel()> - misuse of method

part of bt when opening attachment of tdf#149072
0  SwTextFormatColl::GetAssignedOutlineStyleLevel() const (this=0x77064d0) at sw/source/core/doc/fmtcol.cxx:608
1  0x00007f8a52aa7941 in sw::(anonymous namespace)::HeaderCheck::check(SwNode*) (this=0xa457630, pCurrent=0x7705e98) at sw/source/core/access/AccessibilityCheck.cxx:622
2  0x00007f8a52a9a6a3 in sw::AccessibilityCheck::check() (this=0x7ffe4a14ab10) at sw/source/core/access/AccessibilityCheck.cxx:947
3  0x00007f8a53ed2ad7 in SwDocShell::runAccessibilityCheck() (this=0x74ef0e0) at sw/source/uibase/app/docst.cxx:1559
4  0x00007f8a16e7fdec in ImpPDFTabDialog::OkHdl(weld::Button&) (this=0xa0e9990) at filter/source/pdf/impdialog.cxx:324
5  0x00007f8a16e7fb2d in ImpPDFTabDialog::LinkStubOkHdl(void*, weld::Button&) (instance=0xa0e9990, data=...) at filter/source/pdf/impdialog.cxx:317

Change-Id: I2ed50f14eff01babd47ada3831c0a051fc767dbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134312
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
sw/source/core/access/AccessibilityCheck.cxx