diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-07-02 06:37:11 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-07-02 18:16:09 +0200 |
commit | 756bef92bebe7d8549ed4ddbf560a1b1e63af885 (patch) | |
tree | 56e6f82a254d56f7dab517f2fc90c87cb8255820 /sw | |
parent | 72f2de04a23680fcb75cf5bc89b3422f9e89cdef (diff) |
Drop redundant assignment
Assigned the same value a couple lines above.
Change-Id: Id1117189142fab373f5057f8f48a49b265a07fe7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153842
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/edit/autofmt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx index 010e0b20b80e..5c94b3ee2052 100644 --- a/sw/source/core/edit/autofmt.cxx +++ b/sw/source/core/edit/autofmt.cxx @@ -2282,7 +2282,6 @@ SwAutoFormat::SwAutoFormat( SwEditShell* pEdShell, SvxSwAutoFormatFlags aFlags, if( !m_aFlags.bAFormatByInput ) { - m_nEndNdIdx = m_aEndNdIdx.GetIndex(); ::StartProgress( STR_STATSTR_AUTOFORMAT, sal_Int32(m_aNdIdx.GetIndex()), sal_Int32(m_nEndNdIdx), m_pDoc->GetDocShell() ); |