Author: kschenk
Date: Sun Feb 14 21:38:20 2016
New Revision: 1730411
URL: http://svn.apache.org/viewvc?rev=1730411&view=rev
Log:
#i126652# [Autodoc] Numeric character reference should ends with a semicolon
Patch by: hanya
Modified:
openoffice/trunk/main/autodoc/source/display/idl/hfi_hierarchy.cxx
Modified: openoffice/trunk/main/autodoc/source/display/idl/hfi_hierarchy.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/autodoc/source/display/idl/hfi_hierarchy.cxx?rev=1730411&r1=1730410&r2=1730411&view=diff
==============================================================================
--- openoffice/trunk/main/autodoc/source/display/idl/hfi_hierarchy.cxx
(original)
+++ openoffice/trunk/main/autodoc/source/display/idl/hfi_hierarchy.cxx Sun Feb
14 21:38:20 2016
@@ -163,16 +163,16 @@ Write_Bases( csi::xml::Element &
for (uintt i = 0; i < io_setColumns.size(); ++i)
{
if (io_setColumns[i] == 1)
- o_out << new csi::xml::XmlCode("┃");
+ o_out << new csi::xml::XmlCode("┃");
else
o_out << " ";
o_out << " ";
}
if (bThereComesMore)
- o_out << new csi::xml::XmlCode("┣");
+ o_out << new csi::xml::XmlCode("┣");
else
- o_out << new csi::xml::XmlCode("┗");
+ o_out << new csi::xml::XmlCode("┗");
o_out << " ";
HF_IdlTypeText