diff options
author | Kelemen Gábor <kelemeng@ubuntu.com> | 2020-02-12 13:36:08 +0100 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2020-02-17 16:02:07 +0100 |
commit | 974dc965f2ef581600228ed438d80a3c914ddaf5 (patch) | |
tree | e6194c2f484145410ac4db1d1053d3311f110006 /vcl | |
parent | 734ec70f30340a7d943dc8121b51a2a24902a5c5 (diff) |
tdf#127167 Do not reset Draw/Impress page size
to default A4 when modifying the Size settings
in Print dialog - LO Draw/Impress page
Change-Id: I28321d29408964d97b2b347c0b9f16cb1fb63183
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88530
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <bubli@bubli.org>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/printdlg.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 2870f7ada6e3..ad54af15ce7e 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -2057,10 +2057,6 @@ IMPL_LINK( PrintDialog, UIOption_RadioHdl, weld::ToggleButton&, i_rBtn, void ) sal_Int32 nVal = it->second; pVal->Value <<= nVal; - // tdf#63905 use paper size set in printer properties - if (pVal->Name == "PageOptions") - maPController->resetPaperToLastConfigured(); - updateOrientationBox(); checkOptionalControlDependencies(); |