vcl/unx/gtk3/a11y/gtk3atkaction.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d6c51bc9ca9663b4a9328024d2a3fcf07677ba4
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Dec 9 09:10:34 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Dec 9 11:34:39 2020 +0100

    leaked_storage
    
    Change-Id: I462636907a7f16a69d2fae2529c6ffbbf925774b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107455
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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

Reply via email to