[Libreoffice-commits] core.git: cui/source cui/uiconfig
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 16 17:45:58 UTC 2020
cui/source/options/optjava.cxx | 2 --
cui/source/options/optjava.hxx | 2 --
cui/uiconfig/ui/optadvancedpage.ui | 11 -----------
3 files changed, 15 deletions(-)
New commits:
commit eadfb43d8c80e1cf1b21d8d42eeb768ebe3f8e4c
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat May 16 15:44:47 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat May 16 19:45:23 2020 +0200
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 at redhat.com>
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
@@ -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>
More information about the Libreoffice-commits
mailing list