formula/source/ui/dlg/FormulaHelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 420acb533e60807cb64fd1898cabd27c4c8df063
Author: Eike Rathke <er...@redhat.com>
Date:   Mon Mar 30 22:49:54 2015 +0200

    most likely formulas won't be longer than 64k characters, but...
    
    Another leftover of UniString to OUString conversion. Harmless.
    
    Change-Id: Icf629657e9e9dc894cf7f08a431fabf463aa331c

diff --git a/formula/source/ui/dlg/FormulaHelper.cxx 
b/formula/source/ui/dlg/FormulaHelper.cxx
index dd60c4d..8afdfcd 100644
--- a/formula/source/ui/dlg/FormulaHelper.cxx
+++ b/formula/source/ui/dlg/FormulaHelper.cxx
@@ -56,7 +56,7 @@ namespace formula
 //  class FormulaHelper - static Method
 
 
-#define FUNC_NOTFOUND 0xffff
+#define FUNC_NOTFOUND -1
 
 FormulaHelper::FormulaHelper(const IFunctionManager* _pFunctionManager)
     :m_pSysLocale(new SvtSysLocale)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to