[Libreoffice-commits] core.git: vcl/source
Kelemen Gábor (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 17 15:02:41 UTC 2020
vcl/source/window/printdlg.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 974dc965f2ef581600228ed438d80a3c914ddaf5
Author: Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Wed Feb 12 13:36:08 2020 +0100
Commit: Katarina Behrens <bubli at bubli.org>
CommitDate: Mon Feb 17 16:02:07 2020 +0100
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 at bubli.org>
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();
More information about the Libreoffice-commits
mailing list