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

Kelemen Gábor (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 12:50:38 UTC 2019


 vcl/source/window/printdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 327ffd94ef79d29233aac38d8965bc6e8557e8f4
Author:     Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Fri Dec 6 14:33:20 2019 +0100
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Mon Dec 9 13:49:55 2019 +0100

    tdf#122706 Fix built-in HID on Print dialogs Help button
    
    to open the general Print page.
    
    Reviewed-on: https://gerrit.libreoffice.org/84628
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    (cherry picked from commit 46a07f2042a812fc552e26736183c7d06fe6aa35)
    Reviewed-on: https://gerrit.libreoffice.org/84735
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
    Signed-off-by: Xisco Fauli <xiscofauli at libreoffice.org>
    
    Change-Id: I1ffee4a9d72bb6a4840dec3800a397a878ed2eca
    Reviewed-on: https://gerrit.libreoffice.org/84738
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index d0448f797927..270d4ca62a38 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1815,7 +1815,7 @@ IMPL_LINK ( PrintDialog, ClickHdl, Button*, pButton, void )
         Help* pHelp = Application::GetHelp();
         if( pHelp )
         {
-            pHelp->Start( "vcl/ui/printdialog", mpOKButton );
+            pHelp->Start("vcl/ui/printdialog/PrintDialog", mpOKButton );
         }
     }
     else if ( pButton == mpPreviewBox )


More information about the Libreoffice-commits mailing list