diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-16 17:21:41 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-16 21:32:23 +0100 |
commit | 7e113c8481056bdbafed86634be7aa9c1febd299 (patch) | |
tree | 9d4bc1fbe7837bbb5beddad5a6778934e389f0c3 /sc | |
parent | 72e5671b7f4041a6b9d745d367289713aa00129c (diff) |
coverity: variable value is unused
Change-Id: I5bf89e42f87c5e405c2c5b6f38d0b3b200d4b90e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/acredlin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index aaeb225c6d31..a70d5f42116e 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -1520,8 +1520,6 @@ void ScAcceptChgDlg::AppendChanges(ScChangeTrack* pChanges,sal_uLong nStartActio pTheView->RemoveEntry(pParent); } } - - pScChangeAction=pScChangeAction->GetNext(); } if( bTheFlag && (!pDoc->IsDocEditable() || pChanges->IsProtected()) ) |