[Libreoffice-commits] core.git: dtrans/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 19 19:47:47 UTC 2019


 dtrans/source/win32/dtobj/TxtCnvtHlp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c0b9c45b847e473c11e4282e8af5e46f4fe8c0cb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:39 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 19 21:46:49 2019 +0200

    Fix typo
    
    Change-Id: Ifd8b571d2331e3b11b38ee40fd2bc39de5e8d64c
    Reviewed-on: https://gerrit.libreoffice.org/72576
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
index b4fa6c012e60..91f26ed9f0c0 100644
--- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
+++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
@@ -76,7 +76,7 @@ int MultiByteToWideCharEx( UINT cp_src,
     // setup a global memory pointer
     CRawHGlobalPtr ptrHGlob( refDTransHelper );
 
-    // do the converssion an return
+    // do the conversion an return
     return MultiByteToWideChar( cp_src,
                                 0,
                                 lpMultiByteString,
@@ -110,7 +110,7 @@ int WideCharToMultiByteEx( UINT cp_dest,
     // setup a global memory pointer
     CRawHGlobalPtr ptrHGlob( refDTransHelper );
 
-    // do the converssion an return
+    // do the conversion an return
     return WideCharToMultiByte( cp_dest,
                                 0,
                                 lpWideCharString,


More information about the Libreoffice-commits mailing list