diff options
author | Eike Rathke <erack@redhat.com> | 2015-11-02 14:35:01 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-11-02 18:07:39 +0100 |
commit | 5bcc5a690f9707464195483c400427d9ccd6d8dc (patch) | |
tree | 659f9f0243fae97288ec7d2157b2d8568ba4fe05 /sc/source/ui/view/cellsh1.cxx | |
parent | 4b3b605f3334a41057f565866de37bd14369a55e (diff) |
avoid construction of ScRefCellValue with default ctor, tdf#95419 related
... to just assign a new value, which takes a significant amount of time
(~13% of ScTable::ValidQuery()) in ScRefCellValue::operator=() due to
its implementation using a temporary and swap.
Change-Id: Ia205850e10c5fa9083eec5fb7563d98561b52462
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
0 files changed, 0 insertions, 0 deletions