diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-01-23 10:20:23 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-02-18 12:27:20 +0100 |
commit | 16bd9c99b8116f36e4f0825860e699d79cdf0d58 (patch) | |
tree | de7d4e3c183571d73a01bf7c0a5864ccb52b9e49 /sc/inc/global.hxx | |
parent | 47819ba0534ce1893d5cb835c98147feacdf9faf (diff) |
Resolves tdf#121596 - Include a key combination to insert thin spaces
uno:InsertNarrowNobreakSpace/ FN_INSERT_NNBSP added and asigned to shift+alt+space
Change-Id: I20dd4159bc35ee378bee75af9734b1f25dfd8b1a
Reviewed-on: https://gerrit.libreoffice.org/66776
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 38406014c4a8..7acf8ec84a91 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -67,6 +67,7 @@ const sal_Unicode CHAR_LRM = 0x200E; const sal_Unicode CHAR_RLM = 0x200F; const sal_Unicode CHAR_NBHY = 0x2011; const sal_Unicode CHAR_ZWNBSP = 0x2060; +const sal_Unicode CHAR_NNBSP = 0x202F; //NARROW NO-BREAK SPACE #define MINDOUBLE 1.7e-307 #define MAXDOUBLE 1.7e307 |