summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-03 11:18:33 +0000
committerTor Lillqvist <tml@collabora.com>2020-05-18 00:00:50 +0200
commitbf5425a4fecf611043729e041f9cb390d1896cca (patch)
treed72fdeed0b6ea1919f76c39835f7d44b6de42a78 /sc/source/ui/view/viewdata.cxx
parent659b5abc5987c5e4e63b014521e0cad5086356a8 (diff)
revert optimization - 31b7dc19c32f42197c481cb7d2f44c600b755e2b
Doing faster lookups across the calc data structrures is far more effective than complex caching of this kind. Change-Id: I43d3ee948ae817ec1d196acc6e5603e6acf1970c Reviewed-on: https://gerrit.libreoffice.org/84371 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94391 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 7c4b719f2e33..c740e7465769 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -497,8 +497,6 @@ ScViewDataTable::ScViewDataTable(ScDocument *pDoc) :
nCurY( 0 ),
nOldCurX( 0 ),
nOldCurY( 0 ),
- nLOKOldCurX( 0 ),
- nLOKOldCurY( 0 ),
aWidthHelper(pDoc, true),
aHeightHelper(pDoc, false),
nMaxTiledCol( 20 ),