vcl/unx/gtk3/a11y/gtk3atkaction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d4d320365cc84b45d6a39826a0d4a69360b8c7f7 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Dec 9 09:10:34 2020 +0000 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Thu Dec 10 15:36:53 2020 +0100 leaked_storage Change-Id: I462636907a7f16a69d2fae2529c6ffbbf925774b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107392 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/vcl/unx/gtk3/a11y/gtk3atkaction.cxx b/vcl/unx/gtk3/a11y/gtk3atkaction.cxx index fa9d096606e6..7d3313aa4066 100644 --- a/vcl/unx/gtk3/a11y/gtk3atkaction.cxx +++ b/vcl/unx/gtk3/a11y/gtk3atkaction.cxx @@ -208,7 +208,7 @@ appendKeyStrokes(OStringBuffer& rBuffer, const uno::Sequence< awt::KeyStroke >& { // The KeyCode approach did not work, probably a non ascii character // let's hope that there is a character given in KeyChar. - rBuffer.append( OUStringToGChar( OUString( rKeyStroke.KeyChar ) ) ); + rBuffer.append(OUStringToOString(OUString(rKeyStroke.KeyChar), RTL_TEXTENCODING_UTF8)); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits