summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-02-15 12:49:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-02-15 16:56:59 +0000
commit53b06ea4c1a368d9a2cf898a090aa78306e166d7 (patch)
treea0443fa847f77a07c17e86fa786889994f14fd07 /uui
parent0c9f93e9079a60725e6ff62bfc4a6a8a7254680e (diff)
move image into the .ui file
Change-Id: I5dad1bd0bcdbedf20d27109ca08109a1a2a6234b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147085 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/openlocked.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx
index 453022b912ab..adcf060a2274 100644
--- a/uui/source/openlocked.cxx
+++ b/uui/source/openlocked.cxx
@@ -57,9 +57,6 @@ OpenLockedQueryBox::OpenLockedQueryBox(weld::Window* pParent, const OUString& rH
, mxNotifyBtn(m_xBuilder->weld_check_button("notify"))
, mxHiddenText(m_xBuilder->weld_label("hiddentext"))
{
- //set up the image
- mxQuestionMarkImage->set_from_icon_name(u"vcl/res/help.png");
-
//setup click hdl
mxOpenReadOnlyBtn->connect_clicked(LINK(this, OpenLockedQueryBox, ClickHdl));
mxOpenCopyBtn->connect_clicked(LINK(this, OpenLockedQueryBox, ClickHdl));