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/unoframe.hxx | |
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/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index 41dc3292c53c..43876e94a580 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -72,6 +72,8 @@ private: std::unique_ptr<SwPaM> m_pCopySource; sal_Int64 m_nDrawAspect; + sal_Int64 m_nVisibleAreaWidth; + sal_Int64 m_nVisibleAreaHeight; protected: css::uno::Reference< css::beans::XPropertySet > mxStyleData; |