include/rtl/ustring.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12e13f1f177d6f203edfbef4b31e1e7d3d3d7e78 Author: Ashod Nakashian <[email protected]> Date: Tue Aug 1 14:59:03 2017 -0400 rtl: typo in doc comment Change-Id: I068d0bce3e0122d4539d489097ef7771f910ed0e Reviewed-on: https://gerrit.libreoffice.org/40719 Tested-by: Jenkins <[email protected]> Reviewed-by: Ashod Nakashian <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
