sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e5e3188165e2e3dd81f5e7ec554fe66f20f7b8fc Author: Ilmari Lauhakangas <[email protected]> AuthorDate: Sun Jun 2 18:49:58 2024 +0300 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Mon Jun 3 08:32:38 2024 +0200 Fix typo Change-Id: I2901abfb392caba672259c056af7dd53388050ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168350 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx index 7bbbf130678c..8a41db78f0ac 100644 --- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx +++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx @@ -164,8 +164,8 @@ void A11yCheckIssuesPanel::ImplDestroy() mpBindings->Invalidate(SID_ACCESSIBILITY_CHECK_ONLINE); } - for (auto& xExapnder : m_xExpanders) - xExapnder.reset(); + for (auto& xExpander : m_xExpanders) + xExpander.reset(); for (auto& xBox : m_xBoxes) xBox.reset();
