summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2024-10-18 21:23:56 +0200
committerDavid Gilbert <freedesktop@treblig.org>2024-11-10 22:59:51 +0100
commit7feaecc98a7301a0b05751010519b5c59407fe30 (patch)
tree299ef298eea3f1edc07904dc345b2c015908cdf2 /basctl
parent3a513d1ba42e5bf9ac70780d3fb290dd17309365 (diff)
tdf#163486: PVS: The variable was asign the same value.
V1048 The 'eEnableChildren' variable was assigned the same value. See lines 2537 and 2542. Change-Id: If1e7630ea3fc3bec8401977a011f29380c70da0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175156 Reviewed-by: David Gilbert <freedesktop@treblig.org> Tested-by: Jenkins
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index ca5858865cba..b3d44695740c 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2539,7 +2539,6 @@ void WatchWindow::UpdateWatches(bool bBasicStopped)
if( pNewArray != pOldArray )
{
pItem->clearWatchItem();
- eEnableChildren = TRISTATE_TRUE;
pItem->mpArray = pNewArray;
sal_Int32 nDims = pNewArray->GetDims();