summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-11-03 14:43:21 +0100
committerEike Rathke <erack@redhat.com>2017-11-03 14:45:59 +0100
commit911e2aff3cc37cb7410292728ffea05fffbfb0b3 (patch)
treed5472b3b5ee900403f6520403946075c71534a4c /sc/inc
parenttdf#108124 fix: crash during redo, when document contains images (diff)
downloadcore-911e2aff3cc37cb7410292728ffea05fffbfb0b3.tar.gz
core-911e2aff3cc37cb7410292728ffea05fffbfb0b3.zip
Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormula
commit 423df1fa929784c14e3a133c06468589fe9269cd Date: Thu Nov 2 12:53:14 2017 +0100 Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol() erroneously swapped also the CellStoreEvent's ScColumn* but of course the CellStoreEvent stays at its ScColumn and is not swapped with the CellStoreType. So swap only the mnBlkCountFormula that CellStoreEvent::mpCol accesses. ASAN rightly complained about heap-use-after-free. Change-Id: Ic44fed96c49bea7365bf1200e06788860966795c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/mtvelements.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx
index 2809b7a621c5..f13562d47fbd 100644
--- a/sc/inc/mtvelements.hxx
+++ b/sc/inc/mtvelements.hxx
@@ -97,8 +97,6 @@ public:
void element_block_acquired(const mdds::mtv::base_element_block* block);
void element_block_released(const mdds::mtv::base_element_block* block);
-
- void swap(CellStoreEvent& r);
};
/// Cell note container