https://bugs.freedesktop.org/show_bug.cgi?id=82854
--- Comment #2 from Michael Meeks <[email protected]> --- GetEnglishSearchName is gratuitously inefficient ;-) It loves to copy the string left/right cf. unotools/source/misc/fontdefs.cxx It also badly needs some unit tests in: unotools/qa/unit/test.cxx or something - that would need creating, worth coping the vcl/qa/cppunit/canvasbitmaptester.cxx or somesuch there [ and associated gnumake pieces ]. I imagine that using OUStringBuffer's "remove" methods instead of always allocating and freeing the string with 'copy' would make a pleasing difference. -- 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
