[Libreoffice-commits] .: svtools/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sun Jul 17 14:24:20 PDT 2011
svtools/source/contnr/imivctl1.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9aebcef17c2f36435eb661c88f889c00bb77777e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jul 17 23:23:55 2011 +0200
An error in my previous fix
diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx
index 7ca9a72..6e1b33e 100644
--- a/svtools/source/contnr/imivctl1.cxx
+++ b/svtools/source/contnr/imivctl1.cxx
@@ -4136,7 +4136,7 @@ void EntryList_Impl::Removed_Impl( SvxIconChoiceCtrlEntry* pEntry )
_pOwner->pHead = pEntry->pflink;
else
{
- DBG_ASSERT(size() > 0,"EntryList_Impl::Remove > Invalid predecessor" );
+ DBG_ASSERT(!size(),"EntryList_Impl::Remove > Invalid predecessor" );
_pOwner->pHead = 0;
}
}
More information about the Libreoffice-commits
mailing list