diff options
author | Eike Rathke <erack@redhat.com> | 2015-03-12 02:44:42 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-03-12 02:47:17 +0100 |
commit | 1714dd654ee04918c0814fd09cd8522493d804b4 (patch) | |
tree | 730548e7c0f3b6f96edb5f3ea828164a4a51a7a6 /sc/inc | |
parent | dbbe0f81e23cfd8139fad1ab94f2817d3bab02e6 (diff) |
TableRef: parse item specifiers
Change-Id: If1419844544be08fa14b6c78c755abba35fff353
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index ec99d45ce260..b4b194598c72 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -381,7 +381,9 @@ public: // Check if it is a valid english function name bool IsEnglishSymbol( const OUString& rName ); + bool IsErrorConstant( const OUString& ) const; + bool IsTableRefItem( const OUString& ) const; /** * When auto correction is set, the jump command reorder must be enabled. |