diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-23 05:23:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-24 23:39:56 +0200 |
commit | f2431c944376433219eb7eb704e9b21589f201f5 (patch) | |
tree | da6cf07070e1116a4ed1a0259b8a2f096987eebc /sc/inc/globstr.hrc | |
parent | 96475ada3fcf026ae7833824a056b642c1bd1864 (diff) |
add undo action for conditional formatting, cp#1000050, fdo#77381
Change-Id: I11db1e5824077135c4352ae43cc0e8d139244268
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 845694497a0f..0b2a6606b2d7 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -692,7 +692,9 @@ #define STR_PRINT_PREVIEW_NODATA 529 #define STR_PRINT_PREVIEW_EMPTY_RANGE 530 -#define SC_GLOBSTR_STR_COUNT 531 /**< the count of permanently resident strings */ +#define STR_UNDO_CONDFORMAT 531 + +#define SC_GLOBSTR_STR_COUNT 532 /**< the count of permanently resident strings */ #endif |