Kaydet (Commit) 2221e0a0 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove comment, it'll only confuse matters

Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83
üst 949e9a5c
...@@ -413,12 +413,7 @@ rtl::OString lcl_ConvertCharToHTML( sal_Unicode c, ...@@ -413,12 +413,7 @@ rtl::OString lcl_ConvertCharToHTML( sal_Unicode c,
case 0xA0: // is a hard blank case 0xA0: // is a hard blank
pStr = OOO_STRING_SVTOOLS_HTML_S_nbsp; pStr = OOO_STRING_SVTOOLS_HTML_S_nbsp;
break; break;
// This was labelled as: case 0x2011: // is a hard hyphen
//!! 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
pStr = "#8209"; pStr = "#8209";
break; break;
case 0xAD: // is a soft hyphen case 0xAD: // is a soft hyphen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment