diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-12 12:55:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-12 12:57:32 +0200 |
commit | 6d15d4a6f6fbc163001ec082d55404481e64bed1 (patch) | |
tree | a4e137c06b189aea468e0e46e938ffd8ed4ea84c /include/sfx2 | |
parent | ce1fec5f5d23676e2a02dde062f9b678d4d1dfd0 (diff) |
Get rid of "unicodes" in lower-case, too
Instead, use "code points" (if you mean full 21-bit Unicode code
points), or "code units" (if you mean the 16-bit units that make up
UTF-16). Hopefully I got it right which one was meant in each case
here.
Change-Id: I8ee7a98996f1cebcfb95cd7d18a56570e48fa390
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/emojiview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/emojiview.hxx b/include/sfx2/emojiview.hxx index adb8306a2e4e..1b0d0ac3d6a1 100644 --- a/include/sfx2/emojiview.hxx +++ b/include/sfx2/emojiview.hxx @@ -59,7 +59,7 @@ public: virtual ~EmojiView () override; - // Fill view with emoji unicodes + // Fill view with emojis void Populate (); void setInsertEmojiHdl (const Link<ThumbnailViewItem*, void> &rLink); |