include/rtl/strbuf.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 6fa262338d80f247f9813e86bce81c757caf272f
Author: Muthu Subramanian <sumu...@collabora.com>
Date:   Tue Dec 10 18:45:44 2013 +0530

    Revert unnecessary code.

diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index ce3ad0f..e21efbb 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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to