[Libreoffice-commits] .: sc/source
Eike Rathke
erack at kemper.freedesktop.org
Thu Dec 22 10:11:24 PST 2011
sc/source/ui/miscdlgs/acredlin.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 45c2812ebdebdfb41818a8035878cd17d60bec77
Author: Marcel Metz <mmetz at adrian-broher.net>
Date: Thu Dec 22 19:10:36 2011 +0100
ScChangeActionTable conversion: Yet another correction.
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx
index a35f556..fee43d4 100644
--- a/sc/source/ui/miscdlgs/acredlin.cxx
+++ b/sc/source/ui/miscdlgs/acredlin.cxx
@@ -1218,7 +1218,7 @@ bool ScAcceptChgDlg::InsertContentChildren(ScChangeActionMap* pActionMap,SvLBoxE
++itChangeAction;
}
- if( itChangeAction != pActionMap->end() )
+ if( itChangeAction == pActionMap->end() )
return true;
SvLBoxEntry* pOriginal = InsertChangeActionContent(
More information about the Libreoffice-commits
mailing list