[Libreoffice-commits] .: sc/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Sun Mar 25 07:14:00 PDT 2012
sc/source/ui/docshell/dbdocfun.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b138edfab8908cf70c5a90aa9fa2b5dc5675dda7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Mar 25 16:13:05 2012 +0200
WaE: one more newly unused variable
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index bb635bb..13b484a 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -1461,7 +1461,6 @@ sal_uLong ScDBDocFunc::RefreshPivotTables(ScDPObject* pDPObj, bool bApi)
if (!pDPs)
return 0;
- ScDPSaveData* pSaveData = pDPObj->GetSaveData();
std::set<ScDPObject*> aRefs;
sal_uLong nErrId = pDPs->ReloadCache(pDPObj, aRefs);
if (nErrId)
More information about the Libreoffice-commits
mailing list