diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-02-12 18:08:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-02-12 18:08:56 +0100 |
commit | 1fb6237c08b25e043ae70b16aa784d5a762612ef (patch) | |
tree | f67c30cac1dcd8089ae7fecb931255ceee246d92 | |
parent | 5be2521a90766ba0dcefeb05af8b2bdaf06a53a0 (diff) |
Fix call delete twice on the same variable
-rw-r--r-- | sw/source/core/unocore/unosrch.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx index 9ad8a5fe8da0..5af5aa6094f3 100644 --- a/sw/source/core/unocore/unosrch.cxx +++ b/sw/source/core/unocore/unosrch.cxx @@ -428,7 +428,6 @@ void SwSearchProperties_Impl::FillItemSet(SfxItemSet& rSet, sal_Bool bIsValueSea } delete pBoxItem; delete pBreakItem; - delete pBreakItem ; delete pAutoKernItem ; delete pWLineItem; delete pTabItem; |