sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e2a3e63bc42df4fbe346070a4b5621908170fc30 Author: Hubert Figuière <h...@collabora.com> AuthorDate: Tue Sep 10 14:24:28 2024 -0400 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed Dec 11 13:01:12 2024 +0100 lok: impress: Fix variable name Was missed in https://gerrit.libreoffice.org/c/core/+/172847 Change-Id: I8e5ece6be2253106df6b6e535afa5efaa86850a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178291 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 84af313a3b0e..d456ef494dd8 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -4425,7 +4425,7 @@ OString SdXImpressDocument::getPresentationInfo() const uno::Reference<drawing::XShapes> const xShapes(cppu::getXWeak(pSlide), uno::UNO_QUERY_THROW); if (xShapes.is()) { - auto aVideoList = aJsonWriter.startArray("interactions"); + auto aInteractions = aJsonWriter.startArray("interactions"); auto count = xShapes->getCount(); for (auto j = 0; j < count; j++) {