diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-09 13:53:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-09 13:56:10 +0100 |
commit | 2221e0a0be16ffc0402b336ad308feff8a693a8a (patch) | |
tree | d1cc265d63be1e100ff6b6063c8ef19a7b1ebdcb /svtools/source/svhtml/htmlout.cxx | |
parent | 949e9a5c55c6ddc63e53a5e5959773ec39bd7331 (diff) |
remove comment, it'll only confuse matters
Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83
Diffstat (limited to 'svtools/source/svhtml/htmlout.cxx')
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index 54ab1733ec08..18e1752200d4 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -413,12 +413,7 @@ rtl::OString lcl_ConvertCharToHTML( sal_Unicode c, case 0xA0: // is a hard blank pStr = OOO_STRING_SVTOOLS_HTML_S_nbsp; break; -// This was labelled as: -//!! the TextConverter has a problem with this character - so change it to -// a hard space - that's the same as our 5.2 -// but that just breaks html output. Setting the numberic html entity -// seems fine. - case 0x2011: // is a hard hyphen + case 0x2011: // is a hard hyphen pStr = "#8209"; break; case 0xAD: // is a soft hyphen |