Kaydet (Commit) 61eb66bd authored tarafından Caolán McNamara's avatar Caolán McNamara

make starmath ByteString free

üst e07f5b0f
......@@ -60,9 +60,8 @@ struct assertion_traits<String>
static std::string toString(const String& x)
{
std::string text = ByteString(x, RTL_TEXTENCODING_UTF8).GetBuffer();
OStringStream ost;
ost << text;
ost << rtl::OUStringToOString(x, RTL_TEXTENCODING_UTF8).getStr();
return ost.str();
}
};
......
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