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

--- Comment #2 from David Tardon <dtar...@redhat.com> 2012-05-11 01:36:30 PDT 
---
Created attachment 61429
  --> https://bugs.freedesktop.org/attachment.cgi?id=61429
tentative fix

The problem is that footnote is represented as character \002 internally by
Writer. getWordBoundary() includes it into the word, but isEndWord() does not,
because of:

       sal_Int32 tmp = skipSpace(Text, nPos, len, rWordType, sal_False);

and returns false at the next line.

The attached patch fixes the problem, but I am not sure it is the best way to
do that.

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to