diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-05 13:54:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-05 17:19:03 +0100 |
commit | e507fd525404d5ac078a47650df11e5e18a88a81 (patch) | |
tree | d76dc90937f8157e0b1d2f3eeebc3d4d4ff32858 | |
parent | a28a721ef9f2daced3e08f30578e603abd119773 (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>
-rw-r--r-- | vcl/source/window/printdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 3c1f5d0d36e5..9c5f519f7cfb 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; } |