summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-20 08:32:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-20 08:34:07 +0100
commit5252652ac57b3358db6cc0d423cc3d67882b5e90 (patch)
tree1bf6e38df881b05f5ca80d13981478a1f137257e /include/rtl/strbuf.h
parent04ae3d0cc9b671729deabf33c2cea1031d72e6ae (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.h4
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(