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

Stephan Bergmann sbergman at redhat.com
Mon Jan 18 12:51:36 PST 2016


 sc/source/ui/app/inputhdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a947363e90b155d741354d6e62dfcc2d5465826b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 18 21:50:38 2016 +0100

    loplugin:defaultparams
    
    Change-Id: If9ba7298804bff9140d9122c257a859c19e7a69d

diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index b2b3d92..21e8697 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -1189,7 +1189,7 @@ void ScInputHandler::ShowFuncList( const ::std::vector< OUString > & rFuncStrVec
     {
         OUString aBufStr( aTipStr );
         OUString aMessage( ScGlobal::GetRscString( STR_FUNCTIONS_FOUND ) );
-        aMessage = aMessage.replaceFirst("%2", OUString::number( nRemainNumber, 10));
+        aMessage = aMessage.replaceFirst("%2", OUString::number(nRemainNumber));
         aMessage = aMessage.replaceFirst("%1", aBufStr);
         aTipStr = aMessage;
     }


More information about the Libreoffice-commits mailing list