From eadfb43d8c80e1cf1b21d8d42eeb768ebe3f8e4c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 16 May 2020 15:44:47 +0200 Subject: 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 --- cui/source/options/optjava.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/options/optjava.hxx') 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 m_xExperimentalCB; std::unique_ptr m_xMacroCB; - std::unique_ptr m_xAccessibilityText; std::unique_ptr m_xAddDialogText; std::unique_ptr m_xJavaFrame; -- cgit