diff options
author | László Németh <nemeth@numbertext.org> | 2021-10-25 15:09:10 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-10-26 09:51:17 +0200 |
commit | 7d5703ca50d719fbd82615fb81da7949fe163ae5 (patch) | |
tree | a12f0bef69f0c20d24535b37e644f1fad8c316b0 /sc/inc | |
parent | 514e83a0a548e61753b1238f55ee929c3c799eed (diff) |
tdf#142010 XLS import: fix bad calculation after editing
Inserting a column messed up formulas in the test
document of tdf#142010. This was a regression
resulted by the tdf#89281 fix for a performance
regression in XLS import related to shared formulas.
Revert of commit ba686b9bd2596811141e4028947334f10799c356
"tdf#89281 fix performance regression of XLS import - cleanup"
and commit b18b5b7edf3d14ef5f0efe53e367f88a423088c4
"tdf#89281 fix performance regression of XLS import".
Change-Id: I96636fb1d84939385efbe7054a4271ff10b88907
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124151
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/tokenarray.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index 0592521901b3..997aa0e9d8f7 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -262,7 +262,6 @@ public: OUString CreateString( sc::TokenStringContext& rCxt, const ScAddress& rPos ) const; void WrapReference( const ScAddress& rPos, SCCOL nMaxCol, SCROW nMaxRow ); - bool NeedsWrapReference( const ScAddress& rPos, SCCOL nMaxCol, SCROW nMaxRow ) const; sal_Int32 GetWeight() const; |