diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-04-13 08:10:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-04-13 09:47:11 +0200 |
commit | 634990f32c354dd7690b6ae44b19a94c9f19ffc4 (patch) | |
tree | 6048be663f8f06090571e1d5156074fd0575560c /include/rtl | |
parent | b632135072090bd241caee25814a07d7c8c36d00 (diff) |
Fix copy/paste typo in comment
Change-Id: I90d350abefebf3545c47f9460627435b4a514e07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132940
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/strbuf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index 5c8080466365..7434b2f653a8 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -1068,7 +1068,7 @@ public: This function should be used with care. After you have called this function, you may use the returned pInternalData and pInternalCapacity - only as long as you make no other calls on this OUStringBuffer. + only as long as you make no other calls on this OStringBuffer. @param pInternalData This output parameter receives a pointer to the internal data |