[Libreoffice-commits] core.git: 2 commits - configure.ac sc/source

Peter Foley pefoley2 at pefoley.com
Sun Jan 17 23:29:24 PST 2016


 configure.ac                     |    4 ++--
 sc/source/core/tool/rangenam.cxx |    5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 3a079aec09d2050ee9283262e932efe6aff504cf
Author: Peter Foley <pefoley2 at pefoley.com>
Date:   Sat Jan 16 14:04:12 2016 -0500

    improve scp2 stamp messages
    
    Change-Id: I62fcad499601ad4870d4fa875b29d01618236925
    Reviewed-on: https://gerrit.libreoffice.org/21523
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/configure.ac b/configure.ac
index c8cefd4..d814673 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12943,7 +12943,7 @@ fi
 if test ! -f config_host.mk.stamp; then
     echo > config_host.mk.stamp
 elif test "$config_md5" = `$MD5SUM config_host.mk | sed "s/ .*//"`; then
-    echo "Configuration unchanged - avoiding scp2 stamp update"
+    echo "Host Configuration unchanged - avoiding scp2 stamp update"
 else
     echo > config_host.mk.stamp
 fi
@@ -12952,7 +12952,7 @@ fi
 if test ! -f config_host_lang.mk.stamp; then
     echo > config_host_lang.mk.stamp
 elif test "$config_lang_md5" = `$MD5SUM config_host_lang.mk | sed "s/ .*//"`; then
-    echo "Configuration unchanged - avoiding scp2 stamp update"
+    echo "Language Configuration unchanged - avoiding scp2 stamp update"
 else
     echo > config_host_lang.mk.stamp
 fi
commit 93d6aef1779e8b82a2a551b9e454a5d2aed5ce37
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 18 08:28:54 2016 +0100

    loplugin:unreffun
    
    Change-Id: I1008a51abb3834a65aabfdf05370d9515a18c1e2

diff --git a/sc/source/core/tool/rangenam.cxx b/sc/source/core/tool/rangenam.cxx
index a1e25ee..aa81602 100644
--- a/sc/source/core/tool/rangenam.cxx
+++ b/sc/source/core/tool/rangenam.cxx
@@ -653,11 +653,6 @@ int SAL_CALL ScRangeData_QsortNameCompare( const void* p1, const void* p2 )
             (*static_cast<const ScRangeData* const *>(p2))->GetName() );
 }
 
-bool operator<(const ScRangeData& left, const ScRangeData& right)
-{
-    return left.GetName() < right.GetName();
-}
-
 namespace {
 
 /**


More information about the Libreoffice-commits mailing list