diff options
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxarray.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx index 11faaef8d7f1..f78c376486da 100644 --- a/basic/source/sbx/sbxarray.cxx +++ b/basic/source/sbx/sbxarray.cxx @@ -343,7 +343,7 @@ void SbxArray::Merge( SbxArray* p ) { // Take this element and clear the original. rEntry2.mpVar = rEntry1.mpVar; - rEntry2.mpVar.Clear(); + rEntry1.mpVar.Clear(); break; } } |