[Libreoffice-commits] .: sc/source

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Nov 7 06:57:12 PST 2011


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

New commits:
commit 95afe08efeea590e07bbf3a4e5dde857f2b537df
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Fri Nov 4 16:06:26 2011 +0100

    Fix dbglevel=2 build in sc.

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index d176be6..9e679d1 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -420,7 +420,7 @@ void ScParameterClassification::MergeArgumentsFromFunctionResource()
             aBuf.append("ScParameterClassification::Init: too many arguments in listed function: ");
             aBuf.append(rtl::OUStringToOString(*(pDesc->pFuncName), RTL_TEXTENCODING_UTF8));
             aBuf.append(": ");
-            aBuf.append(nArgs);
+            aBuf.append(sal_Int32(nArgs));
             OSL_FAIL( aBuf.getStr());
             nArgs = CommonData::nMaxParams;
             pRun->aData.bRepeatLast = true;


More information about the Libreoffice-commits mailing list