summaryrefslogtreecommitdiff
path: root/dtrans/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 21:40:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 22:20:21 +0200
commitfdf032c366c6c8ba854a2e922dd25ff390be66e1 (patch)
tree39be91727a9399914b8c2ca24fdc536a9b020fb4 /dtrans/source
parentde6422b5f3a5e06fe1994442a0f1c277ebed2a45 (diff)
Fix typos
Change-Id: I488908096aac319daf30875aee1e46b914cc4759 Reviewed-on: https://gerrit.libreoffice.org/77608 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/source')
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.hxx2
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.cxx4
2 files changed, 3 insertions, 3 deletions
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,