diff options
author | László Németh <nemeth@numbertext.org> | 2018-12-18 14:13:09 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-12-19 07:57:46 +0100 |
commit | 69ce3374f90847f357249a41118314508da6bb98 (patch) | |
tree | 9448aba709a8bbc9d68482bdaad02f185b38c5fb /sw/inc/cmdid.h | |
parent | 05cbfa4cca3dc77dcdcdd5d87de7baf37485d852 (diff) |
tdf#99631 DOCX import: keep zoom of embedded XLSX
OLE objects by importing their VisibleArea settings
This also reverts commit 5c1a6c9adb5ccfbb869a0a7ac730d8860a1bf405
"tdf#99631 DOCX import: set 1:1 scale in embedded XLSX".
Change-Id: I73dc945c86d0200e72767810b2ff39f233729080
Reviewed-on: https://gerrit.libreoffice.org/65343
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index d829c3d45fe2..28a13ea71abd 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -599,6 +599,8 @@ #define FN_UNO_HIDDEN (FN_EXTRA2 + 122) #define FN_UNO_STYLE_INTEROP_GRAB_BAG (FN_EXTRA2 + 123) #define FN_UNO_TABLE_TEMPLATE_NAME (FN_EXTRA2 + 124) +#define FN_UNO_VISIBLE_AREA_WIDTH (FN_EXTRA2 + 125) +#define FN_UNO_VISIBLE_AREA_HEIGHT (FN_EXTRA2 + 126) // Area: Help // Region: Traveling & Selection |