diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-12-06 15:30:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-12-06 19:29:51 +0000 |
commit | 353ede41b97729a98ac090f89889a055051db98c (patch) | |
tree | 81ca62be616da3e8f79f4de4f04eae7d90850b8a /vcl/source/control/roadmapwizard.cxx | |
parent | a70ad1568ea0fb5b4d7f888fb56fcee130afc433 (diff) |
add Assistant::set_page_side_image
Change-Id: I70685a74ebed465771473ce885f4f29af209cda6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143737
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control/roadmapwizard.cxx')
-rw-r--r-- | vcl/source/control/roadmapwizard.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/control/roadmapwizard.cxx b/vcl/source/control/roadmapwizard.cxx index b1738d5bef83..fe4c53b92e02 100644 --- a/vcl/source/control/roadmapwizard.cxx +++ b/vcl/source/control/roadmapwizard.cxx @@ -228,6 +228,11 @@ namespace vcl m_xRoadmapImpl->pRoadmap->SetHelpId( _rId ); } + void RoadmapWizard::SetRoadmapBitmap(const BitmapEx& rBmp) + { + m_xRoadmapImpl->pRoadmap->SetRoadmapBitmap(rBmp); + } + void RoadmapWizardMachine::SetRoadmapHelpId(const OString& rId) { m_xAssistant->set_page_side_help_id(rId); |