diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/accpara.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx index e2b282911c0c..5fdbaccf01d8 100644 --- a/sw/source/core/access/accpara.cxx +++ b/sw/source/core/access/accpara.cxx @@ -3877,6 +3877,8 @@ uno::Any SAL_CALL SwAccessibleParagraph::getExtendedAttributes() strHeading += OUString::number(nHeadingLevel, 10); strHeading += ";"; + strHeading += strHeading.copy(8); // tdf#84102: expose the same attribute with the name "level" + Ret <<= strHeading; return Ret; |