diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-01 12:17:46 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-07 08:26:55 +0100 |
commit | 073b4eadd2a9a00b915c664df90b15d5b2d709c0 (patch) | |
tree | bd36b36f3ec1b8faeacfbadabae00ae74b6e3757 /sc/inc/sc.hrc | |
parent | 1163bcd5da3063e7e988ebf49d9b60dfd6f6c703 (diff) |
tdf#116108 Add option to fit images into their cell
Change-Id: I2e9a4f567049f11985e4bf914c2fa5bd1f181823
Reviewed-on: https://gerrit.libreoffice.org/50569
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |