[Libreoffice-commits] .: sw/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sun Feb 12 09:10:08 PST 2012
sw/source/core/unocore/unosrch.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1fb6237c08b25e043ae70b16aa784d5a762612ef
Author: Julien Nabet <serval2412 at 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;
More information about the Libreoffice-commits
mailing list