| commit | 46a07f2042a812fc552e26736183c7d06fe6aa35 | [log] |
|---|---|---|
| author | Kelemen Gábor <kelemeng@ubuntu.com> | Fri Dec 06 14:33:20 2019 +0100 |
| committer | Katarina Behrens <Katarina.Behrens@cib.de> | Mon Dec 09 10:51:33 2019 +0100 |
| tree | d3f762490a8806e833be004c64d5a0642514d0e0 | |
| parent | 53a647afa68264422d556156b4e77e1b6f46a996 [diff] |
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@cib.de>
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 4a7105a..c50fb51 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() )