summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:54 +0200
commitcc7fd44822441c676864a8774994ce7093a4f197 (patch)
treef91a85e8a1f277ffc7b2af2edfae4b600cf5e139 /sc/source/ui/undo
parentloplugin:casttovoid: scripting (diff)
downloadcore-cc7fd44822441c676864a8774994ce7093a4f197.tar.gz
core-cc7fd44822441c676864a8774994ce7093a4f197.zip
loplugin:casttovoid: sc
Change-Id: I1dddf4431ccbcea8a5d89d2849307efba592cae9
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoutil.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoutil.cxx b/sc/source/ui/undo/undoutil.cxx
index 2a871058e5dd..7aba46f07e3a 100644
--- a/sc/source/ui/undo/undoutil.cxx
+++ b/sc/source/ui/undo/undoutil.cxx
@@ -81,7 +81,6 @@ ScDBData* ScUndoUtil::GetOldDBData( ScDBData* pUndoData, ScDocument* pDoc, SCTAB
bWasTemp = true;
}
OSL_ENSURE(bWasTemp, "Undo: didn't find database range");
- (void)bWasTemp;
pRet = pDoc->GetAnonymousDBData(nTab);
if (!pRet)
{