[Libreoffice-commits] core.git: vcl/source

Kelemen Gábor (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 09:52:22 UTC 2019


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

New commits:
commit 46a07f2042a812fc552e26736183c7d06fe6aa35
Author:     Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Fri Dec 6 14:33:20 2019 +0100
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Mon Dec 9 10:51:33 2019 +0100

    tdf#122706 Fix built-in HID on Print dialogs Help button
    
    to open the general Print page.
    
    Change-Id: I1ffee4a9d72bb6a4840dec3800a397a878ed2eca
    Reviewed-on: https://gerrit.libreoffice.org/84628
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 4a7105a777c9..c50fb512dd92 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1778,7 +1778,7 @@ IMPL_LINK(PrintDialog, ClickHdl, weld::Button&, rButton, void)
         Help* pHelp = Application::GetHelp();
         if( pHelp )
         {
-            pHelp->Start("vcl/ui/printdialog", mxOKButton.get());
+            pHelp->Start("vcl/ui/printdialog/PrintDialog", mxOKButton.get());
         }
     }
     else if ( &rButton == mxPreviewBox.get() )


More information about the Libreoffice-commits mailing list