[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 24 19:25:55 UTC 2018
sw/source/ui/index/cnttab.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit d153882ca640ccc39460a09a6d5d10f1720c5b94
Author: Arkadiy Illarionov <qarkai at gmail.com>
AuthorDate: Fri Aug 24 21:10:40 2018 +0300
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Aug 24 21:25:30 2018 +0200
Remove redundant loop, tdf#96099 follow-up
Change-Id: I6318a526c8ea73ef32c18038c9bb5feeffc07b52
Reviewed-on: https://gerrit.libreoffice.org/59583
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index d5187dae1b0c..82ae77962ea9 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2811,8 +2811,6 @@ void SwTokenWindow::SetForm(SwForm& rForm, sal_uInt16 nL)
if(m_pForm)
{
- for (auto& aControl : m_aControlList)
- aControl.disposeAndClear();
//apply current level settings to the form
for (auto& aControl : m_aControlList)
aControl.disposeAndClear();
More information about the Libreoffice-commits
mailing list