Kaydet (Commit) 45c2812e authored tarafından Marcel Metz's avatar Marcel Metz Kaydeden (comit) Eike Rathke

ScChangeActionTable conversion: Yet another correction.

üst b0aaaeb7
......@@ -1218,7 +1218,7 @@ bool ScAcceptChgDlg::InsertContentChildren(ScChangeActionMap* pActionMap,SvLBoxE
++itChangeAction;
}
if( itChangeAction != pActionMap->end() )
if( itChangeAction == pActionMap->end() )
return true;
SvLBoxEntry* pOriginal = InsertChangeActionContent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment