Kaydet (Commit) 6fa26233 authored tarafından Muthu Subramanian's avatar Muthu Subramanian

Revert unnecessary code.

üst f33a5c6c
...@@ -532,11 +532,6 @@ public: ...@@ -532,11 +532,6 @@ public:
return append( sz, rtl_str_valueOfBoolean( sz, b ) ); return append( sz, rtl_str_valueOfBoolean( sz, b ) );
} }
OStringBuffer & append(bool b)
{
return append((sal_Bool)b);
}
/** /**
Appends the string representation of the <code>char</code> Appends the string representation of the <code>char</code>
argument to this string buffer. argument to this 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