Remove unused "with accessibility support" string

...left over from 3bc8b14bea "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>
This commit is contained in:
Stephan Bergmann
2020-05-16 15:44:47 +02:00
parent abb202195e
commit eadfb43d8c
3 changed files with 0 additions and 15 deletions

View File

@@ -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,

View File

@@ -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;

View File

@@ -264,17 +264,6 @@
<property name="can_focus">False</property>
<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>