sd/source/ui/unoidl/unomodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b68abec629a3ed7d1a492d966c4089bf505d6336 Author: Hubert Figuière <h...@collabora.com> AuthorDate: Tue Sep 10 14:24:28 2024 -0400 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Sep 19 09:24:16 2024 +0200 lok: impress: Fix variable name Was missed in https://gerrit.libreoffice.org/c/core/+/172847 Change-Id: I8e5ece6be2253106df6b6e535afa5efaa86850a5 Signed-off-by: Hubert Figuière <h...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173211 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 69bb1c22dd25..ed028cc90046 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -4382,7 +4382,7 @@ OString SdXImpressDocument::getPresentationInfo() const uno::Reference<drawing::XShapes> const xShapes(xSlide, uno::UNO_QUERY_THROW); if (xShapes.is()) { - ::tools::ScopedJsonWriterArray aVideoList = aJsonWriter.startArray("interactions"); + ::tools::ScopedJsonWriterArray aInteractions = aJsonWriter.startArray("interactions"); auto count = xShapes->getCount(); for (auto j = 0; j < count; j++) {