diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2021-07-23 14:28:04 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-08-05 18:33:54 +0200 |
commit | 4edf3a964e764dcc40be729b8305476c5b968f1c (patch) | |
tree | 31377a91331f124d550eb6c7e8820c8f6fd1aa46 /sw/inc/strings.hrc | |
parent | 3487d85ea384f74c096499cfea8e565e778f8408 (diff) |
sw: undo/redo for outline modification
Outline changes done via "Tools"->"Chapter Numbering" were
not tracked by undo/redo before.
Change-Id: I764dda526d2b17ecbb62eca0d6a9fb0b368c4a69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119405
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 4d374a5591f5..a6b502742989 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -453,6 +453,7 @@ #define STR_TEXT_CORRECTION NC_("STR_TEXT_CORRECTION", "Text Correction") #define STR_OUTLINE_LR NC_("STR_OUTLINE_LR", "Promote/demote outline") #define STR_OUTLINE_UD NC_("STR_OUTLINE_UD", "Move outline") +#define STR_OUTLINE_EDIT NC_("STR_OUTLINE_EDIT", "Modify outline") #define STR_INSNUM NC_("STR_INSNUM", "Insert numbering") #define STR_NUMUP NC_("STR_NUMUP", "Promote level") #define STR_NUMDOWN NC_("STR_NUMDOWN", "Demote level") |