diff options
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 1577acf4a4c6..3b3669358ac3 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -10838,6 +10838,22 @@ SfxVoidItem InsertNonBreakingSpace FN_INSERT_HARD_SPACE GroupId = SfxGroupId::Insert; ] +SfxVoidItem InsertNarrowNobreakSpace FN_INSERT_NNBSP +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] SfxVoidItem ManageLanguage SID_BASICIDE_MANAGE_LANG () |