diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-16 15:44:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-05-16 19:45:23 +0200 |
commit | eadfb43d8c80e1cf1b21d8d42eeb768ebe3f8e4c (patch) | |
tree | 16ab28d59762f0819220d79e073b915768d490f1 /cui/source/options/optjava.hxx | |
parent | abb202195eb69dcc8a6f5fb43e1223d4a7ff0afb (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/source/options/optjava.hxx')
-rw-r--r-- | cui/source/options/optjava.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |