[Libreoffice-commits] .: sc/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Aug 14 07:19:15 PDT 2012


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

New commits:
commit 480dc0740cf5112b595902dc44d5640899c40d85
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Aug 14 16:18:46 2012 +0200

    warning C4702: unreachable code
    
    Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c

diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index ae592f4..1303e01 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -656,8 +656,6 @@ bool NeedUpdate(ScColorScaleEntry* pEntry)
         default:
             return false;
     }
-
-    return false;
 }
 
 }


More information about the Libreoffice-commits mailing list