From fdf032c366c6c8ba854a2e922dd25ff390be66e1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:41 +0200 Subject: Fix typos Change-Id: I488908096aac319daf30875aee1e46b914cc4759 Reviewed-on: https://gerrit.libreoffice.org/77608 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- dtrans/source/win32/clipb/MtaOleClipb.hxx | 2 +- dtrans/source/win32/dtobj/TxtCnvtHlp.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dtrans/source') diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx index 58583ce6c7e5..bf71ac26e8f8 100644 --- a/dtrans/source/win32/clipb/MtaOleClipb.hxx +++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx @@ -56,7 +56,7 @@ public: private: unsigned int run( ); - // create a hidden window which serves as an request target; so we + // create a hidden window which serves as a request target; so we // guarantee synchronization void createMtaOleReqWnd( ); diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx index 91f26ed9f0c0..1ea9f4c9f549 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 conversion an return + // do the conversion and 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 conversion an return + // do the conversion and return return WideCharToMultiByte( cp_dest, 0, lpWideCharString, -- cgit