diff options
Diffstat (limited to 'sal/rtl/strbuf.cxx')
-rw-r--r-- | sal/rtl/strbuf.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/strbuf.cxx b/sal/rtl/strbuf.cxx index 374f329f5a55..194e9b159af5 100644 --- a/sal/rtl/strbuf.cxx +++ b/sal/rtl/strbuf.cxx @@ -40,7 +40,6 @@ void SAL_CALL rtl_stringbuffer_newFromStr_WithLength( rtl_String ** newStr, rtl_string_new_WithLength( newStr, count + 16 ); (*newStr)->length = count; memcpy( (*newStr)->buffer, value, count ); - return; } /************************************************************************* |