sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e86991e0a1a4e90f0d301868e1d8c3566b0f19b1 Author: Henry Castro <[email protected]> AuthorDate: Tue Sep 16 06:51:22 2025 -0400 Commit: Henry Castro <[email protected]> CommitDate: Thu Oct 16 14:37:05 2025 +0200 sd: rename 'ally' to 'a11y' for consistency Change-Id: Iabd3fc139d9a842aadab4fb8af8426034cec8db3 Signed-off-by: Henry Castro <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191026 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192487 Tested-by: Jenkins diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 9acd1e342dbc..6fca2e1fc915 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -4664,7 +4664,7 @@ OString SdXImpressDocument::getPresentationInfo(bool bAllyState) const if (pOutliner) { SdHTMLFilter::ExportPage(pOutliner, pPage, aHtml); - aJsonWriter.put("ally", aHtml.makeStringAndClear()); + aJsonWriter.put("a11y", aHtml.makeStringAndClear()); pOutliner->Clear(); } }
