[Libreoffice-commits] core.git: dtrans/source

Jens Carl j.carl43 at gmx.de
Thu Mar 30 10:09:55 UTC 2017


 dtrans/source/win32/dtobj/DOTransferable.cxx |    2 +-
 dtrans/source/win32/dtobj/XTDataObject.hxx   |    2 +-
 dtrans/source/win32/workbench/XTDo.hxx       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eff5af0f73971aee76c0175240c31599ad3b223f
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Thu Mar 30 03:27:34 2017 +0000

    tdf#39468 Translate German comments
    
    Translate German comments in dtrans/
    
    Change-Id: I8cdae7234e6ffd60e61c3b6b35ae5eee55924ac6
    Reviewed-on: https://gerrit.libreoffice.org/35883
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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
 


More information about the Libreoffice-commits mailing list