summaryrefslogtreecommitdiffstats
path: root/sw/source/core/access/AccessibilityCheck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/AccessibilityCheck.cxx')
-rw-r--r--sw/source/core/access/AccessibilityCheck.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx
index e515b5cae7..dfa94c3ed9 100644
--- a/sw/source/core/access/AccessibilityCheck.cxx
+++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -901,6 +901,11 @@ public:
}
case '\t':
{
+ // Don't warn about tabs in ToC
+ auto pSection = SwDoc::GetCurrSection(SwPosition(*pTextNode, 0));
+ if (pSection && pSection->GetTOXBase())
+ continue;
+
if (bPreviousWasChar)
{
++nTabCount;