include/rtl/strbuf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7e4dc30117555ddbaa7e3f98450ebefe7e31de3 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 11 22:25:04 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 17 18:23:02 2019 +0200 Fix typo Change-Id: Ib5c52f937cbbe3263d39e4778ae29097be7acadc Reviewed-on: https://gerrit.libreoffice.org/75769 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index c674f34d997c..2b8e6506b6b6 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -458,7 +458,7 @@ public: } /** - Return a OString instance reflecting the current content + Return an OString instance reflecting the current content of this OStringBuffer. */ const OString toString() const _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
