summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-04-05 14:41:56 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-05 19:10:46 +0000
commitdbcb866e46b3f964deb77b62b52bec1bb2b009ea (patch)
treebea582d3a667bde38ce2285a7481684e867c8d3c /sc
parentc78de0018962a491cf0d0bade7d1a330ccfa1434 (diff)
unused variable
Change-Id: I4f6ceeaaebb6f9adf2c1fa6993f88283d9d957b4 Reviewed-on: https://gerrit.libreoffice.org/36156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/chartarr.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/chartarr.cxx b/sc/source/core/tool/chartarr.cxx
index 1cc85fdb7aa0..36183f2e48c8 100644
--- a/sc/source/core/tool/chartarr.cxx
+++ b/sc/source/core/tool/chartarr.cxx
@@ -282,7 +282,6 @@ ScMemChart* ScChartArray::CreateMemChartSingle()
OUString aString;
if (HasRowHeaders())
{
- ScAddress aAddr( nStrCol, aRows[nRow], nTab1 );
aString = pDocument->GetString(nStrCol, aRows[nRow], nTab1);
}
if (aString.isEmpty())