[Libreoffice-commits] core.git: include/rtl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 1 07:42:24 UTC 2020
include/rtl/ustring.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 464ad36998ee3ec9fc579c5a99134e7b1eb52edc
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 31 22:15:05 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 1 09:41:43 2020 +0200
Adapt documentation comment
...to 33ecd0d5c4fff9511a8436513936a3f7044a775a "Change OUStringLiteral from
char[] to char16_t[]"
Change-Id: I661e1b1ce59461f30a9c1d75a1e4acb71fa113f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101770
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 6c6e92207242..8e7a61f79005 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -343,8 +343,7 @@ public:
#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
/// @cond INTERNAL
/**
- New string from an 8-Bit string literal that is expected to contain only
- characters in the ASCII set (i.e. first 128 characters).
+ New string from a string literal.
This constructor is similar to the "direct template" one, but can be
useful in cases where the latter does not work, like in
More information about the Libreoffice-commits
mailing list