sc/source/core/data/colorscale.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0df12e2f1356172af5cde66a8fd36a10b430c9e5
Author: Miklos Vajna <vmik...@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;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to