Hello Eike,
after testing the change tracking feature in calc I've found yet
another bug in the UI. The attached patch fixes the bug in
question.
regards Marcel
---
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 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(
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice