diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:01 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-18 09:44:36 +0200 |
commit | 0f45c5e6fbabb93b4f4c8d6e6a6b1cc4604d53ec (patch) | |
tree | a1837e94812aad67866904db71130a3fac0dce70 /include | |
parent | 45341810ab2ca6535532ba16b769e39334138b1f (diff) |
Fix typo
Change-Id: Iac1e4f3e7ac7f3ea86e31179f2f45e3941abd3a1
Reviewed-on: https://gerrit.libreoffice.org/75822
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/ustrbuf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |