summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-02-10 19:43:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-02-11 07:44:36 +0000
commitc217359b7b3583ae4156e4c2322fe7d867eb3306 (patch)
tree54cfda179860ccbad06d7b6f86c4afb3a22551f6 /cui/source/options
parent83eceff8e5136504106c2fd9de26543c37000085 (diff)
set the image in the .ui instead of the .cxx
Change-Id: Id6c30fa9cad6bbfbfb4e5c1363f637868884b345 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146792 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optgdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 3b1f652adbcf..02801e9537c3 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -566,7 +566,6 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, weld::DialogController* p
m_xIconStyleLB->set_active(0);
- m_xMoreIcons->set_from_icon_name("cmd/sc_additionsdialog.png");
m_xMoreIcons->connect_clicked(LINK(this, OfaViewTabPage, OnMoreIconsClick));
m_xRunGPTests->connect_clicked( LINK( this, OfaViewTabPage, OnRunGPTestClick));
}