sw/source/ui/chrdlg/pardlg.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit fef9cbbb176fc0eebf9cff1538e2e7a31509c1b0 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Wed Aug 3 14:07:47 2022 +0530 Commit: Pranam Lashkari <lpra...@collabora.com> CommitDate: Wed Aug 3 13:19:41 2022 +0200
removed unused variables use of these variables was removed in 3f97c911aa91c3bdfbae05fd5646b55987691e42 Signed-off-by: Pranam Lashkari <lpra...@collabora.com> Change-Id: Ia8fee6e9fc7443438c84155caf9c6d826c2c5b51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137739 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index c62140779d0b..2ab307113343 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -94,8 +94,6 @@ SwParaDlg::SwParaDlg(weld::Window *pParent, else RemoveTabPage("labelTP_PARA_ASIAN"); - const sal_uInt16 nWhich(rCoreSet.GetPool()->GetWhich(SID_ATTR_LRSPACE)); - bool bLRValid = SfxItemState::DEFAULT <= rCoreSet.GetItemState(nWhich); if(bHtmlMode) RemoveTabPage("labelTP_TABULATOR"); else