[Libreoffice-bugs] [Bug 51179] FILESAVE cannot save file as .ppt

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 8 11:30:42 CEST 2012


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

Korrawit Pruegsanusak <detective.conan.1412 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|libreoffice-bugs at lists.free |detective.conan.1412 at gmail.
                   |desktop.org                 |com

--- Comment #8 from Korrawit Pruegsanusak <detective.conan.1412 at gmail.com> 2012-07-08 02:30:42 PDT ---
After more git bisect, this is first bad commit:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=8adec08d56a9ad46d3550e43b115e916c4cf783f

The change:

- .SearchAscii() != STRING_NOTFOUND
+ .match()

is not equivalent. SearchAscii() can find substring, while match() can't.
See http://wiki.documentfoundation.org/Development/String_Classes for more
info.

I'm taking this bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list