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
committerMichael Meeks <michael.meeks@collabora.com>2019-12-04 12:37:57 +0100
commitfae63aea208990590d98990e332f88b24c2958e7 (patch)
tree9fc72e79ba52a6954370a1c21ea5b3e299fdc585 /sc/source/ui/view/viewdata.cxx
parent84a6d8b79455291f35211e4bd6aad3c7a0fcc9bc (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>
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 ),