[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-6-4' - vcl/source

Kelemen Gábor (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 11 12:45:30 UTC 2020


 vcl/source/window/printdlg.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit acc1bdbcb1de0a12cb33b378da0bd09f559fa8b4
Author:     Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Wed Feb 12 13:36:08 2020 +0100
Commit:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Thu Jun 11 14:44:46 2020 +0200

    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>
    (cherry picked from commit 974dc965f2ef581600228ed438d80a3c914ddaf5)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96132
    Tested-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>

diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index d96ad8f3997e..5ad23201d2d1 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -2050,10 +2050,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