summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/Fetc.hxx2
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.hxx2
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx2
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