diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-08-01 14:59:03 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-08-04 02:10:55 +0200 |
commit | 12e13f1f177d6f203edfbef4b31e1e7d3d3d7e78 (patch) | |
tree | 333814f083123fa4bd2bbba96dd701c5d9d77da1 /include/rtl | |
parent | db76b6e4f0bab7670a401c1b7b8b2ce92ef08a03 (diff) |
rtl: typo in doc comment
Change-Id: I068d0bce3e0122d4539d489097ef7771f910ed0e
Reviewed-on: https://gerrit.libreoffice.org/40719
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/ustring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index 5f41ff3ea2ea..602335e16768 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -443,7 +443,7 @@ public: /** Move assign a new string. - @param str a OString. + @param str an OUString. @since LibreOffice 5.2 */ OUString & operator=( OUString && str ) |