diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-25 16:13:05 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-25 16:13:40 +0200 |
commit | b138edfab8908cf70c5a90aa9fa2b5dc5675dda7 (patch) | |
tree | cb4c36ce9d8fe71fa0428aa2bb54e0613fd9791e /sc | |
parent | aa4444a4dcd65ba05dca07ca79408bd227959242 (diff) |
WaE: one more newly unused variable
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/dbdocfun.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index bb635bb5d5c1..13b484ac0e5f 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) |