[Libreoffice-bugs] [Bug 119321] Wrong character "2 %n2" instead of "2/2" in Print dialog
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 17 07:21:39 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119321
Xisco FaulĂ <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |noelgrandin at gmail.com,
| |xiscofauli at libreoffice.org
Hardware|x86-64 (AMD64) |All
OS|Windows (All) |All
Keywords| |bibisected, bisected
--- Comment #2 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
Regression introduced by:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=cd66852f6dd08631a25d15a1527a647e69ab8ce3
author Noel Grandin <noel.grandin at collabora.co.uk> 2018-08-07 10:34:54
+0200
committer Noel Grandin <noel.grandin at collabora.co.uk> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180817/52f54c96/attachment.html>
More information about the Libreoffice-bugs
mailing list