diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-31 22:15:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-01 09:41:43 +0200 |
commit | 464ad36998ee3ec9fc579c5a99134e7b1eb52edc (patch) | |
tree | ead934e6755e3ce802d43e6903c679be43ce9afe /include/rtl/ustring.hxx | |
parent | 6074fc5d32c85c7f80d167036fa812b8d48bbe39 (diff) |
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@redhat.com>
Diffstat (limited to 'include/rtl/ustring.hxx')
-rw-r--r-- | include/rtl/ustring.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 |