diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-20 08:32:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-20 08:34:07 +0100 |
commit | 5252652ac57b3358db6cc0d423cc3d67882b5e90 (patch) | |
tree | 1bf6e38df881b05f5ca80d13981478a1f137257e /include/rtl/strbuf.h | |
parent | 04ae3d0cc9b671729deabf33c2cea1031d72e6ae (diff) |
Introduce OStringBuffer::appendUninitialized
...corresponding to the OUStringBuffer couterpart
Change-Id: I3ab03343696e6755cf1ccc470e4decc2f41d2558
Diffstat (limited to 'include/rtl/strbuf.h')
-rw-r--r-- | include/rtl/strbuf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rtl/strbuf.h b/include/rtl/strbuf.h index 403d53c0b895..3f682db37615 100644 --- a/include/rtl/strbuf.h +++ b/include/rtl/strbuf.h @@ -101,7 +101,9 @@ SAL_DLLPUBLIC void SAL_CALL rtl_stringbuffer_ensureCapacity( @param[in,out] This the String to operate on. @param[in,out] capacity the capacity of the string buffer @param[in] offset the offset. - @param[in] str a character array. + @param[in] str a character array. Since LibreOffice 4.4, as a + special case, if str is null then the len added + characters are left uninitialized. @param[in] len the number of characters to append. */ SAL_DLLPUBLIC void SAL_CALL rtl_stringbuffer_insert( |