diff options
author | Eike Rathke <erack@redhat.com> | 2014-04-10 15:12:31 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-04-10 15:12:31 +0200 |
commit | c78bb98ac5b6e8c434678c063fa1762a828833d5 (patch) | |
tree | 19b712ebd36f7e60100717dd9f85ab4eb4da76ce | |
parent | 9ab507d3f5fd419d7b1c88d6d43758e8361ae71d (diff) |
maximum number of tokens is 8192
Change-Id: Ie183c581c0382489a2b466c96ee8cb7017937f0f
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index c0c1ce03e7..3e6789c667 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -159,7 +159,7 @@ </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3159259" role="tablecontent" l10n="U" oldref="41"> - <emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512.</paragraph> + <emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 8192.</paragraph> </tablecell> </tablerow> <tablerow> |