summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-12-10 18:45:44 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-12-10 18:46:48 +0530
commit6fa262338d80f247f9813e86bce81c757caf272f (patch)
tree2af133a6cb66ee8ee5a33dffd8ddd89c8d543989 /include/rtl
parentf33a5c6c737aecc6c871c63b6c5a52802c89b3e9 (diff)
Revert unnecessary code.
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/strbuf.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index ce3ad0f2f7ca..e21efbb5b5dc 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -532,11 +532,6 @@ public:
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>
argument to this string buffer.