https://bugs.documentfoundation.org/show_bug.cgi?id=119321

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
           Hardware|x86-64 (AMD64)              |All
                 OS|Windows (All)               |All
           Keywords|                            |bibisected, bisected

--- Comment #2 from Xisco FaulĂ­ <[email protected]> ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=cd66852f6dd08631a25d15a1527a647e69ab8ce3

author  Noel Grandin <[email protected]>     2018-08-07 10:34:54
+0200
committer       Noel Grandin <[email protected]>     2018-08-14
08:35:00 +0200
commit  cd66852f6dd08631a25d15a1527a647e69ab8ce3 (patch)
tree    0ac1fab1d063046376e31e21d6656ee05eebb627
parent  095e1ca4372d90da7fc56051f1271ddd975a9e3a (diff)
create appendCopy method in OUStringBuffer
so we can avoid temporary copies when appending a substring of an
OUString to the buffer. I would have preferred to call the method just
"append" but that results in ambiguous method errors when the callsite
is something like
   sal_Int32 n;
   OUStringBuffer s;
   s.append(n, 10);
I'm not sure why

Bisected with: bibisect-linux64-6.2

Adding Cc: to Noel Grandin

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to