diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:04 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-17 18:23:02 +0200 |
commit | e7e4dc30117555ddbaa7e3f98450ebefe7e31de3 (patch) | |
tree | f21c455fdac190d1b23b319695bc2f5b3e7b8ef3 /include | |
parent | a4f99585a8dc0e19a79d9ae76db6ad5260b86228 (diff) |
Fix typo
Change-Id: Ib5c52f937cbbe3263d39e4778ae29097be7acadc
Reviewed-on: https://gerrit.libreoffice.org/75769
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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 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 |