include/rtl/ustrbuf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0f45c5e6fbabb93b4f4c8d6e6a6b1cc4604d53ec Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 11 22:25:01 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jul 18 09:44:36 2019 +0200 Fix typo Change-Id: Iac1e4f3e7ac7f3ea86e31179f2f45e3941abd3a1 Reviewed-on: https://gerrit.libreoffice.org/75822 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx index 62ba9f6b2cd7..94bf9c789a61 100644 --- a/include/rtl/ustrbuf.hxx +++ b/include/rtl/ustrbuf.hxx @@ -513,7 +513,7 @@ public: } /** - Return a OUString instance reflecting the current content + Return an OUString instance reflecting the current content of this OUStringBuffer. */ const OUString toString() const _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
