summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 18:32:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 18:32:19 +0200
commite20e8af3631976c24da0128fa5cbce21f5a815ca (patch)
treedc785291c93cf5f229f2f637c93db51b94b794b3 /svtools
parente738e79d21c8f48784602efdd915aed3ef2a7c2d (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')
-rw-r--r--svtools/source/svrtf/rtfout.cxx1
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;