| commit | 25950b4440d8da4a20f311f94dd9e1884d0bebb9 | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Tue Dec 05 13:54:19 2023 +0000 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Wed Dec 06 19:13:57 2023 +0100 |
| tree | ae4d21a501b63f0f96f617d26219d3bd46351cea | |
| parent | d621458434cc316b4b8b145e402005d8529ef2aa [diff] |
Related: tdf#158534 set fallback help page for optional print content Change-Id: I79d843cbf2591ab5a8625087e2ec5897b26a8056 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160371 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> (cherry picked from commit e507fd525404d5ac078a47650df11e5e18a88a81) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160358 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index b83d516..4ea3c6c 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx
@@ -1330,6 +1330,7 @@ void PrintDialog::setupOptionalUI() rOption.Value >>= sOptionsUIFile; mxCustomOptionsUIBuilder = Application::CreateBuilder(mxCustom.get(), sOptionsUIFile); std::unique_ptr<weld::Container> xWindow = mxCustomOptionsUIBuilder->weld_container("box"); xWindow->set_help_id("vcl/ui/printdialog/PrintDialog"); xWindow->show(); continue; }