svtools/source/svrtf/rtfout.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e20e8af3631976c24da0128fa5cbce21f5a815ca
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Oct 7 18:32:19 2016 +0200

    Fix mis-merge in comment
    
    ...introduced with bf3caf8afaec110857a32cd129ee9d85fcb24970 "INTEGRATION: 
CWS
    adarefilterteam29: #i20264# Applied patch from t...@openoffice.org for 
writing
    in local charsets"
    
    Change-Id: I411af51f447f820dfd4a85506d6e12dbff8f298f

diff --git a/svtools/source/svrtf/rtfout.cxx b/svtools/source/svrtf/rtfout.cxx
index 405d2e4..62979aa 100644
--- a/svtools/source/svrtf/rtfout.cxx
+++ b/svtools/source/svrtf/rtfout.cxx
@@ -119,7 +119,6 @@ SvStream& Out_Char(SvStream& rStream, sal_Unicode c,
                     //If we can't convert to the dest encoding, or if
                     //it's an uncommon multibyte sequence which most
                     //readers won't be able to handle correctly, then
-                    //If we can't convert to the dest encoding, then
                     //export as unicode
                     OUString sBuf(&c, 1);
                     OString sConverted;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to