diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 1 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 89f3150fa8d0..d08ec69ed2a5 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -93,6 +93,7 @@ #define STR_UNDO_DETREFRESH NC_("STR_UNDO_DETREFRESH", "Refresh Traces") #define STR_UNDO_CHARTDATA NC_("STR_UNDO_CHARTDATA", "Modify chart data range") #define STR_UNDO_ORIGINALSIZE NC_("STR_UNDO_ORIGINALSIZE", "Original Size") +#define STR_UNDO_FITCELLSIZE NC_("STR_UNDO_FITCELLSIZE", "Fit to Cell Size") #define STR_UNDO_UPDATELINK NC_("STR_UNDO_UPDATELINK", "Update Link") #define STR_UNDO_REMOVELINK NC_("STR_UNDO_REMOVELINK", "Unlink") #define STR_UNDO_INSERTAREALINK NC_("STR_UNDO_INSERTAREALINK", "Insert Link") diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 64ee13afc73c..5f1ae5ef385b 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -409,6 +409,7 @@ #define SID_ANCHOR_CELL_RESIZE (DRAW_BAR_START+26) #define SID_ANCHOR_TOGGLE (DRAW_BAR_START+27) #define SID_ORIGINALSIZE (DRAW_BAR_START+28) +#define SID_FITCELLSIZE (DRAW_BAR_START+29) #define DRAW_BAR_END (DRAW_BAR_START+50) |