sal/inc/rtl/ustrbuf.hxx | 19 ------------------- 1 file changed, 19 deletions(-)
New commits: commit 78225f2ebeb30c853395240f7cc87926349aa975 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Oct 3 18:57:54 2012 +0200 Revert "add rtl::OUStringBuffer::append(bool)" This reverts commit 563fa900ba22bf83dfa58e67807ed0337f810576. diff --git a/sal/inc/rtl/ustrbuf.hxx b/sal/inc/rtl/ustrbuf.hxx index 0b4586b..a11dff1 100644 --- a/sal/inc/rtl/ustrbuf.hxx +++ b/sal/inc/rtl/ustrbuf.hxx @@ -501,25 +501,6 @@ public: } /** - 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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits