| commit | 974dc965f2ef581600228ed438d80a3c914ddaf5 | [log] |
|---|---|---|
| author | Kelemen Gábor <kelemeng@ubuntu.com> | Wed Feb 12 13:36:08 2020 +0100 |
| committer | Katarina Behrens <bubli@bubli.org> | Mon Feb 17 16:02:07 2020 +0100 |
| tree | e6194c2f484145410ac4db1d1053d3311f110006 | |
| 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>
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 2870f7a..ad54af1 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();