[Libreoffice-commits] core.git: include/rtl

Muthu Subramanian sumuthu at collabora.com
Tue Dec 10 05:05:21 PST 2013


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

New commits:
commit 6fa262338d80f247f9813e86bce81c757caf272f
Author: Muthu Subramanian <sumuthu at 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.


More information about the Libreoffice-commits mailing list