diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-03-30 03:27:34 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-30 10:09:33 +0000 |
commit | eff5af0f73971aee76c0175240c31599ad3b223f (patch) | |
tree | 3ee3fc2943f0b277efdb49b2fc99a1707c344411 /dtrans | |
parent | 56923c7b6452b734d554a95f47b7e3703326f032 (diff) |
tdf#39468 Translate German comments
Translate German comments in dtrans/
Change-Id: I8cdae7234e6ffd60e61c3b6b35ae5eee55924ac6
Reviewed-on: https://gerrit.libreoffice.org/35883
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/DOTransferable.cxx | 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/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 |