diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 00:00:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-19 07:19:35 +0100 |
commit | 8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch) | |
tree | 7b5114af39a97964057c373d3ec2a2b6a706d5e2 /dtrans | |
parent | 9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff) |
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f
Reviewed-on: https://gerrit.libreoffice.org/46599
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/Fetc.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/XTDataObject.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/XTDo.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/Fetc.hxx b/dtrans/source/win32/dtobj/Fetc.hxx index f4b7b62fc372..7a6106d247f9 100644 --- a/dtrans/source/win32/dtobj/Fetc.hxx +++ b/dtrans/source/win32/dtobj/Fetc.hxx @@ -36,7 +36,7 @@ /********************************************************************** stl container elements must fulfill the following requirements: - 1. they need a copy ctor and assignement operator(?) + 1. they need a copy ctor and assignment operator(?) 2. they must be comparable because the FORMATETC structure has a pointer to a TARGETDEVICE structure we need a simple wrapper class to fulfill these needs diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx index cd6097879656..80be647b7265 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.hxx +++ b/dtrans/source/win32/dtobj/XTDataObject.hxx @@ -48,7 +48,7 @@ if there is one, he requests the data in this format - This class inherits from IDataObject an so can be placed on the - OleClipboard. The class wrapps a transferable object which is the + OleClipboard. The class wraps a transferable object which is the original DataSource - DataFlavors offerd by this transferable will be translated into appropriate clipboard formats diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx index 4bfc33188473..a6c9c763c6db 100644 --- a/dtrans/source/win32/workbench/XTDo.hxx +++ b/dtrans/source/win32/workbench/XTDo.hxx @@ -42,7 +42,7 @@ class EnumFormatEtc; if there is one, he requests the data in this format - This class inherits from IDataObject an so can be placed on the - OleClipboard. The class wrapps a transferable object which is the + OleClipboard. The class wraps a transferable object which is the original DataSource - DataFlavors offerd by this transferable will be translated into appropriate clipboard formats |