diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-10-27 03:16:18 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-10-27 09:23:52 +0200 |
commit | dc1858783e72bba808dbd87b5b03d5170449ad52 (patch) | |
tree | 5164686a8f38e64420f79b027900507d2c179a6d /svx/source/sidebar | |
parent | 5690acdb44e8017055bb88e86e19d207836bb95c (diff) |
tdf#120703 (PVS): V519 The variable is assigned values twice successively
Change-Id: I9265425a215609ef6bf4298ba39c8399f215ce27
Reviewed-on: https://gerrit.libreoffice.org/62406
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svx/source/sidebar')
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 0f934039ce07..b750a25663d9 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -146,7 +146,6 @@ void ParaPropertyPanel::InitToolBoxIndent() mpFLineIndent->SetModifyHdl( aLink ); m_eLRSpaceUnit = maLRSpaceControl.GetCoreMetric(); - m_eLRSpaceUnit = maLRSpaceControl.GetCoreMetric(); } void ParaPropertyPanel::InitToolBoxSpacing() |