diff options
author | Jack Leigh <leighman@gmx.se> | 2012-12-07 18:22:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-10 13:35:36 +0000 |
commit | 6bf7198ebd12d4ac60f9039a30339867e8a3ce8e (patch) | |
tree | 6fee94b955fb8432a0f8dc2af3ff786cc91029ed /sw/inc/globals.hrc | |
parent | 20778d72fe4c785ebe9039767afa07f35b045541 (diff) |
migrate 'Insert Caption' dialog to .ui file
Change-Id: I490c8057f1263f12f50b59c97ca9807138daab5d
Reviewed-on: https://gerrit.libreoffice.org/1266
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r-- | sw/inc/globals.hrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 73c73aeb85c9..ec4c02ef3f78 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -69,6 +69,12 @@ #define SW_STR_NONE (RC_GLOBALS_BEGIN + 41) +#define STR_CAPTION_BEGINNING (RC_GLOBALS_BEGIN + 42) +#define STR_CAPTION_END (RC_GLOBALS_BEGIN + 43) +#define STR_CAPTION_ABOVE (RC_GLOBALS_BEGIN + 44) +#define STR_CAPTION_BELOW (RC_GLOBALS_BEGIN + 45) +#define STR_CAPTION_CATEGORY_NONE (RC_GLOBALS_BEGIN + 46) + // DIALOGS ----------------------------------------------------------- #define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2) |