diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-09-23 09:14:21 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-24 19:30:05 +0000 |
commit | e16c8534f446a7cc311d6d5026aae5457e4f8e6c (patch) | |
tree | 1f88836de838d56db0898d60bc732a751a19011e /sd/inc | |
parent | 16ea2665cdfa0b3d7b0d7abcdaae8d60f7654d24 (diff) |
fdo#47302: Added insert->fields->page title button
Change-Id: Iebc8298a7e6a7d423d2667eec8a46a936cc4d2cd
Reviewed-on: https://gerrit.libreoffice.org/11599
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/app.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 0bbd319ef9fc..213057745ff8 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -368,6 +368,7 @@ #define SID_TITLE_MASTERPAGE (SID_SD_START+351) #define SID_INSERTPAGE_QUICK (SID_SD_START+352) // free +#define SID_INSERT_FLD_PAGE_TITLE (SID_SD_START+356) #define SID_INSERT_FLD_DATE_VAR (SID_SD_START+357) #define SID_INSERT_FLD_DATE_FIX (SID_SD_START+358) #define SID_INSERT_FLD_TIME_VAR (SID_SD_START+359) |