From 6d15d4a6f6fbc163001ec082d55404481e64bed1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 12 Feb 2017 12:55:00 +0200 Subject: 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 --- include/sfx2/emojiview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') 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 &rLink); -- cgit