diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2011-12-22 19:10:36 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-12-22 19:10:36 +0100 |
commit | 45c2812ebdebdfb41818a8035878cd17d60bec77 (patch) | |
tree | ecbab93d2841c4ecf30e68bd7d2c27ec873ab936 | |
parent | b0aaaeb7bda525b154bf643e8fa19ead9d22b95d (diff) |
ScChangeActionTable conversion: Yet another correction.
-rw-r--r-- | sc/source/ui/miscdlgs/acredlin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index a35f5569d1ba..fee43d4b50d0 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( |