From e20e8af3631976c24da0128fa5cbce21f5a815ca Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 7 Oct 2016 18:32:19 +0200 Subject: Fix mis-merge in comment ...introduced with bf3caf8afaec110857a32cd129ee9d85fcb24970 "INTEGRATION: CWS adarefilterteam29: #i20264# Applied patch from tono@openoffice.org for writing in local charsets" Change-Id: I411af51f447f820dfd4a85506d6e12dbff8f298f --- svtools/source/svrtf/rtfout.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/svrtf/rtfout.cxx b/svtools/source/svrtf/rtfout.cxx index 405d2e429a2e..62979aab13be 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; -- cgit