diff options
author | Eike Rathke <erack@redhat.com> | 2021-08-11 20:03:36 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-08-11 22:20:57 +0200 |
commit | b37fd7f38165dadc5b1a674b73f4b18824e4789e (patch) | |
tree | 9d32e77789ecb7a909b2c61d4444ac1b6dd4af53 /sc/inc | |
parent | 2316e21b2c6f3d1f18613408a8deb41af17c03bb (diff) |
Resolves: tdf#143809 "INF" may be a named expression or DB area name
... to not be caught by rtl::math::stringToDouble() handling
XMLSchema-2 "INF" and "NaN" and set as error.
Change-Id: I9bf7aad416a69d4c3c0d49d6c80168097040a3e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120337
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 8ae65a4eb8b3..be4c4cadcb1a 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -363,6 +363,7 @@ private: bool IsColRowName( const OUString& ); bool IsBoolean( const OUString& ); void AutoCorrectParsedSymbol(); + const ScRangeData* GetRangeData( SCTAB& rSheet, const OUString& rUpperName ) const; void AdjustSheetLocalNameRelReferences( SCTAB nDelta ); void SetRelNameReference(); |