[Libreoffice-commits] core.git: sc/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Wed Apr 5 19:11:16 UTC 2017
sc/source/core/tool/chartarr.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit dbcb866e46b3f964deb77b62b52bec1bb2b009ea
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Wed Apr 5 14:41:56 2017 +0000
unused variable
Change-Id: I4f6ceeaaebb6f9adf2c1fa6993f88283d9d957b4
Reviewed-on: https://gerrit.libreoffice.org/36156
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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())
More information about the Libreoffice-commits
mailing list