Kaydet (Commit) 78225f2e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

Revert "add rtl::OUStringBuffer::append(bool)"

This reverts commit 563fa900.
üst afe9178a
......@@ -500,25 +500,6 @@ public:
return *this;
}
/**
Appends the string representation of the <code>bool</code>
argument to the string buffer.
The argument is converted to a string as if by the method
<code>String.valueOf</code>, and the characters of that
string are then appended to this string buffer.
@param b a <code>bool</code>.
@return this string buffer.
@since LibreOffice 3.7
*/
OUStringBuffer & append(bool b)
{
sal_Unicode sz[RTL_USTR_MAX_VALUEOFBOOLEAN];
return append( sz, rtl_ustr_valueOfBoolean( sz, b ) );
}
/**
Appends the string representation of the <code>sal_Bool</code>
argument to the string buffer.
......
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