summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
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));