<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Mostly pushed as is,<br>
    <br>
    I changed in slot.cxx<br>
    <br>
    +        for (SvSlotElementList::iterator it = pCurSlot+1; it !=
    rSlotList.end(); ++it)<br>
    <br>
    to<br>
    <br>
            SvSlotElementList::iterator it = ( pCurSlot !=
    rSlotList.end() ) ? ++pCurSlot : rSlotList.end();<br>
    <br>
            for ( ; it != rSlotList.end(); ++it)<br>
    <br>
    'cause it looked like it was possible you could iterate past the the
    end() ( hope I did it right but it is similar to what what there
    before )<br>
    <br>
    thanks again<br>
    <br>
    Noel<br>
    <br>
    <br>
    <br>
    <br>
    On 25/03/11 21:32, Rafael Dominguez wrote:
    <blockquote
      cite="mid:AANLkTingOiQ4nyK8f7E5Nrbh=R9fQFrE+DDP=0wj=0GC@mail.gmail.com"
      type="cite"><br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
LibreOffice mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>