diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 18:32:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 18:32:19 +0200 |
commit | e20e8af3631976c24da0128fa5cbce21f5a815ca (patch) | |
tree | dc785291c93cf5f229f2f637c93db51b94b794b3 /svtools/source | |
parent | e738e79d21c8f48784602efdd915aed3ef2a7c2d (diff) |
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
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/svrtf/rtfout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |