From 0f45c5e6fbabb93b4f4c8d6e6a6b1cc4604d53ec Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:01 +0000 Subject: Fix typo Change-Id: Iac1e4f3e7ac7f3ea86e31179f2f45e3941abd3a1 Reviewed-on: https://gerrit.libreoffice.org/75822 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/rtl/ustrbuf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rtl') 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 -- cgit