Mostly pushed as is,
I changed in slot.cxx
+ for (SvSlotElementList::iterator it = pCurSlot+1; it !=
rSlotList.end(); ++it)
to
SvSlotElementList::iterator it = ( pCurSlot != rSlotList.end()
) ? ++pCurSlot : rSlotList.end();
for ( ; it != rSlotList.end(); ++it)
'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 )
thanks again
Noel
On 25/03/11 21:32, Rafael Dominguez wrote:
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.