https://bugs.freedesktop.org/show_bug.cgi?id=43424

--- Comment #4 from Szabolcs Dézsi <[email protected]> 2012-03-08 05:57:19 
UTC ---
Created attachment 58184
  --> https://bugs.freedesktop.org/attachment.cgi?id=58184
Proposed patch fixes comparing empty document with attached one

Hi!

There was a call for GetLine( nInsPos-1 ); with nInsPos == 0 so it wanted to
return aLines[ nLine ]; where nLine == -1.
(vector< CompareLine* > aLines;)

Files: sw/source/core/doc/doccomp.cxx (in SwCompareData::ShowDelete)

Szabolcs

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to