summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-11-24 14:07:31 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2022-11-25 11:50:04 +0100
commit7fffb4b80c7279e96385086f068e9426579c916b (patch)
treee9a030c35e7907e6e5e8f420a3a2b68986fe228f /sw/source/core
parent122b4264d23df8b11419839ba700b88c4f936a6c (diff)
vcl,sw: PDF/UA export: add BBox to text frames too
Change-Id: I6d6663520c3946eabb9bbb184899b0c4420732d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143248 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/EnhancedPDFExportHelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/text/EnhancedPDFExportHelper.cxx b/sw/source/core/text/EnhancedPDFExportHelper.cxx
index 57a0a145e1c1..e8221d4ebf12 100644
--- a/sw/source/core/text/EnhancedPDFExportHelper.cxx
+++ b/sw/source/core/text/EnhancedPDFExportHelper.cxx
@@ -598,6 +598,7 @@ void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType )
if (pFrame->IsFlyFrame()) // this can be something else too
{
bAltText = true;
+ bBox = true;
}
break;