Kaydet (Commit) 536e9ed4 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Build fix when DEBUG_EDIT_ENGINE is on.

Change-Id: Ie3271400862bfca7ecbefbab2d3fcdc60a893818
üst 9aac367b
......@@ -188,7 +188,7 @@ bool ContentInfo::isWrongListEqual(const ContentInfo& rCompare) const
void ContentInfo::Dump() const
{
cout << "--" << endl;
cout << "text: '" << OUString(maText.getData()) << "'" << endl;
cout << "text: '" << OUString(const_cast<rtl_uString*>(maText.getData())) << "'" << endl;
cout << "style: '" << aStyle << "'" << endl;
XEditAttributesType::const_iterator it = aAttribs.begin(), itEnd = aAttribs.end();
......
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