summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.cxx2
-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/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx
index 58117c51565f..ceca4996a7db 100644
--- a/dtrans/source/win32/dtobj/DOTransferable.cxx
+++ b/dtrans/source/win32/dtobj/DOTransferable.cxx
@@ -272,7 +272,7 @@ sal_Bool SAL_CALL CDOTransferable::isDataFlavorSupported( const DataFlavor& aFla
// the list of dataflavors currently on the clipboard will be initialized
// only once; if the client of this Transferable will hold a reference
-// to it und the underlying clipboard content changes, the client does
+// to it and the underlying clipboard content changes, the client does
// possible operate on a invalid list
// if there is only text on the clipboard we will also offer unicode text
// an synthesize this format on the fly if requested, to accomplish this
diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx
index db3496dbab24..13e34b033eb4 100644
--- a/dtrans/source/win32/dtobj/XTDataObject.hxx
+++ b/dtrans/source/win32/dtobj/XTDataObject.hxx
@@ -51,7 +51,7 @@
appropriate clipboard formats
- if the transferable contains text data always text and unicodetext
will be offered or vice versa
- - text data will be automatically converted between text und unicode text
+ - text data will be automatically converted between text and unicode text
- although the transferable may support text in different charsets
(codepages) only text in one codepage can be offered by the clipboard
diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx
index 61b1499a1de1..4bfc33188473 100644
--- a/dtrans/source/win32/workbench/XTDo.hxx
+++ b/dtrans/source/win32/workbench/XTDo.hxx
@@ -48,7 +48,7 @@ class EnumFormatEtc;
appropriate clipboard formats
- if the transferable contains text data always text and unicodetext
will be offered or vice versa
- - text data will be automatically converted between text und unicode text
+ - text data will be automatically converted between text and unicode text
- although the transferable may support text in different charsets
(codepages) only text in one codepage can be offered by the clipboard