summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-05-16 15:44:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-05-16 19:45:23 +0200
commiteadfb43d8c80e1cf1b21d8d42eeb768ebe3f8e4c (patch)
tree16ab28d59762f0819220d79e073b915768d490f1 /cui
parentabb202195eb69dcc8a6f5fb43e1223d4a7ff0afb (diff)
Remove unused "with accessibility support" string
...left over from 3bc8b14bea3c11159bdbd6fc4f9658fce3ba252e "Drop the JVM 'feature' concept support" Change-Id: Id03362ca78866698e13b85554df0c0900a5b5b0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94361 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optjava.cxx2
-rw-r--r--cui/source/options/optjava.hxx2
-rw-r--r--cui/uiconfig/ui/optadvancedpage.ui11
3 files changed, 0 insertions, 15 deletions
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 256328fd6e53..0eeaec393c6d 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -79,12 +79,10 @@ SvxJavaOptionsPage::SvxJavaOptionsPage(weld::Container* pPage, weld::DialogContr
, m_xExpertConfigBtn(m_xBuilder->weld_button("expertconfig"))
, m_xExperimentalCB(m_xBuilder->weld_check_button("experimental"))
, m_xMacroCB(m_xBuilder->weld_check_button("macrorecording"))
- , m_xAccessibilityText(m_xBuilder->weld_label("a11y"))
, m_xAddDialogText(m_xBuilder->weld_label("selectruntime"))
, m_xJavaFrame(m_xBuilder->weld_widget("javaframe"))
{
m_sInstallText = m_xJavaPathText->get_label();
- m_sAccessibilityText = m_xAccessibilityText->get_label();
m_sAddDialogText = m_xAddDialogText->get_label();
m_xJavaList->set_size_request(m_xJavaList->get_approximate_digit_width() * 30,
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 01cd15210f44..f117746ebeec 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -55,7 +55,6 @@ private:
OUString m_pClassPath;
#endif
OUString m_sInstallText;
- OUString m_sAccessibilityText;
OUString m_sAddDialogText;
Idle m_aResetIdle;
@@ -78,7 +77,6 @@ private:
std::unique_ptr<weld::CheckButton> m_xExperimentalCB;
std::unique_ptr<weld::CheckButton> m_xMacroCB;
- std::unique_ptr<weld::Label> m_xAccessibilityText;
std::unique_ptr<weld::Label> m_xAddDialogText;
std::unique_ptr<weld::Widget> m_xJavaFrame;
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui
index 279a23a5a20d..44baae1aa330 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -265,17 +265,6 @@
<property name="no_show_all">True</property>
<property name="column_spacing">6</property>
<child>
- <object class="GtkLabel" id="a11y">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes" context="optadvancedpage|a11y">with accessibility support</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
<object class="GtkLabel" id="selectruntime">
<property name="visible">True</property>
<property name="can_focus">False</property>