summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rtl/ustring.hxx2
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 )