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

Caolán McNamara caolanm at redhat.com
Thu Sep 19 02:07:44 PDT 2013


 helpcontent2                     |    2 +-
 sc/source/core/tool/parclass.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6836c341ab3534832f33a9a67c6315d448cfdbd3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Sep 19 10:01:31 2013 +0100

    fix higher debugging levels
    
    Change-Id: I3fc22524d5e890e19240554b63f2fa53f62e923f

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index 6f3067a..bb8be28 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -474,7 +474,7 @@ void ScParameterClassification::GenerateDocumentation()
     for ( size_t i=0; i<nCount; ++i )
     {
         OpCode eOp = OpCode(i);
-        if ( xMap->getSymbol(eOp).Len() )
+        if ( !xMap->getSymbol(eOp).isEmpty() )
         {
             fprintf( stdout, "%s: ", aEnvVarName);
             OStringBuffer aStr(OUStringToOString(xMap->getSymbol(eOp), RTL_TEXTENCODING_UTF8));
commit 7c33bb6ef9661a0684d72b4b8afeb6a1750ad407
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Sep 19 10:00:31 2013 +0100

    Updated core
    Project: help  eaba957aa0802cafccf0988bc1cb5ac30ddd921f

diff --git a/helpcontent2 b/helpcontent2
index fa2ebef..eaba957 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit fa2ebef5199a795f3f02a2888d6e7cac2c5d261c
+Subproject commit eaba957aa0802cafccf0988bc1cb5ac30ddd921f


More information about the Libreoffice-commits mailing list