[Libreoffice-commits] core.git: sc/source
Miklos Vajna
vmiklos at collabora.co.uk
Fri Apr 3 11:47:33 PDT 2015
sc/source/core/data/colorscale.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0df12e2f1356172af5cde66a8fd36a10b430c9e5
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Apr 3 20:46:49 2015 +0200
sc: -Werror,-Wunused-variable
Change-Id: I635efd806bf9a6d158fb0df7a1705f42966ba669
diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index ed1956f..15fc616 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -1359,7 +1359,7 @@ void ScIconSetFormat::EnsureSize()
{
if (aIconSetMap[i].eType == eType)
{
- size_t nElements = aIconSetMap[i].nElements;
+ // size_t nElements = aIconSetMap[i].nElements;
// TODO: implement
break;
}
More information about the Libreoffice-commits
mailing list