diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-03 13:36:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-03 13:56:36 +0000 |
commit | 84fd33b7c4e7bf5f8ceb2a8c25426a5b1c713489 (patch) | |
tree | c18c6e6f2f74b3fff24f0298548fcb429df7d593 /sw/inc | |
parent | 49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5 (diff) |
convert outline numbering numbering tab over fully
Change-Id: I8ff97ad9ecc6367d98dc31829f82d074f99f5934
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/globals.hrc | 2 | ||||
-rw-r--r-- | sw/inc/helpid.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index a7ed844a4afb..cf206a546744 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -67,6 +67,8 @@ #define STR_REMOVE_WARNING (RC_GLOBALS_BEGIN + 40) +#define STR_NO_COLL (RC_GLOBALS_BEGIN + 41) + // DIALOGS ----------------------------------------------------------- #define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2) diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index 38162ad476ef..8c31ca4f448d 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -197,7 +197,6 @@ #define HID_EDIT_FLD_FUNC "SW_HID_EDIT_FLD_FUNC" #define HID_EDIT_FLD_REF "SW_HID_EDIT_FLD_REF" #define HID_REDLINE_CTRL "SW_HID_REDLINE_CTRL" -#define HID_TP_OUTLINE_NUM "SW_HID_TP_OUTLINE_NUM" #define HID_OPTCAPTION_PAGE "SW_HID_OPTCAPTION_PAGE" #define HID_OPTLOAD_PAGE "SW_HID_OPTLOAD_PAGE" #define HID_INSERT_SECTION_PAGE "SW_HID_INSERT_SECTION_PAGE" |