[Libreoffice-commits] core.git: svtools/source
Stephan Bergmann
sbergman at redhat.com
Fri Oct 7 16:35:54 UTC 2016
svtools/source/svrtf/rtfout.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e20e8af3631976c24da0128fa5cbce21f5a815ca
Author: Stephan Bergmann <sbergman at 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 tono at 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;
More information about the Libreoffice-commits
mailing list