summaryrefslogtreecommitdiff
path: root/sc/source/core/data/grouptokenconverter.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-11-27We shouldn't check isValid() here.Kohei Yoshida1-6/+6
When the referenced range consists of entirely empty cells, we get an empty array, which is correct, but an empty array returns false when calling isValid(), which is not correct. After some thought, it's best not to check for isValid() here. Change-Id: I50dcea4f2b55d5f5c6f1226cca4106ddcad62145
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-0/+236
Work in progress, does not work. That's what WIP means. Change-Id: I31459624a45370384e00392937ac9a5b9cd893c2