sw/source/core/unocore/unosrch.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1fb6237c08b25e043ae70b16aa784d5a762612ef
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Feb 12 18:08:56 2012 +0100

    Fix call delete twice on the same variable

diff --git a/sw/source/core/unocore/unosrch.cxx 
b/sw/source/core/unocore/unosrch.cxx
index 9ad8a5f..5af5aa6 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;
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to