diff options
author | Eike Rathke <erack@redhat.com> | 2015-03-30 22:49:54 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-03-30 22:51:29 +0200 |
commit | 420acb533e60807cb64fd1898cabd27c4c8df063 (patch) | |
tree | 1f96c2f8ca661cf962f001b763432c0ab7f41302 /formula | |
parent | 08f9448bd45cf6c6f9679534e7cad9614a4048d6 (diff) |
most likely formulas won't be longer than 64k characters, but...
Another leftover of UniString to OUString conversion. Harmless.
Change-Id: Icf629657e9e9dc894cf7f08a431fabf463aa331c
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/FormulaHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/FormulaHelper.cxx b/formula/source/ui/dlg/FormulaHelper.cxx index dd60c4d2ec83..8afdfcd4c8ed 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) |