[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Jan 18 16:26:32 PST 2011
sc/source/core/tool/docoptio.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 43ff5f69452a0609245cc59cfb63c40a7da10eb1
Author: Christian Lohmaier <lohmaier+libreoffice at googlemail.com>
Date: Tue Jan 18 15:35:05 2011 -0500
WaE patch for sc.
diff --git a/sc/source/core/tool/docoptio.cxx b/sc/source/core/tool/docoptio.cxx
index b3d3323..dce5ece 100644
--- a/sc/source/core/tool/docoptio.cxx
+++ b/sc/source/core/tool/docoptio.cxx
@@ -482,7 +482,7 @@ ScDocCfg::ScDocCfg() :
break;
case SCFORMULAOPT_ENGLISH_FUNCNAME:
{
- sal_Bool bEnglish;
+ sal_Bool bEnglish = false;
if (pValues[nProp] >>= bEnglish)
SetUseEnglishFuncName(bEnglish);
}
More information about the Libreoffice-commits
mailing list