summaryrefslogtreecommitdiff
path: root/cui/source/options/optlanguagetool.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-02-13 16:31:19 +0100
committerAshod Nakashian <ash@collabora.com>2023-02-16 12:44:11 +0000
commit6cc62ed17bcfa96a9a9c5d15669633bf8ba525d5 (patch)
treef555dc6d6666508c951a40c51edc0b54e1155d30 /cui/source/options/optlanguagetool.hxx
parentc3a3895df8871cc1dc3cf253fe879df3d5a62b48 (diff)
Revert "cui: add entry "RestProtocol" to language tool dialog" cp-22.05.10-2co-22.05.10-2
This reverts commit 70ff8fc992c06edfd6ae60da39cabed8cb56a5c5. Reason for revert: it is bad UX to add a new field to the LanguageTool settings dialog, without any explanation. The user will not find out, that this field can be used for Duden Korrekturserver. Also, for Duden Korrekturserver the user name field is not necessary. Until we design a better dialog, I think it would be better not to have this setting in desktop Office, because it can be confusing. Change-Id: Id7b031e79e94475de1add295d64ed6b6018f03ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146913 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ash@collabora.com>
Diffstat (limited to 'cui/source/options/optlanguagetool.hxx')
-rw-r--r--cui/source/options/optlanguagetool.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/options/optlanguagetool.hxx b/cui/source/options/optlanguagetool.hxx
index 47179f016b2f..85e0238b0318 100644
--- a/cui/source/options/optlanguagetool.hxx
+++ b/cui/source/options/optlanguagetool.hxx
@@ -35,7 +35,6 @@ private:
std::unique_ptr<weld::Entry> m_xBaseURLED;
std::unique_ptr<weld::Entry> m_xUsernameED;
std::unique_ptr<weld::Entry> m_xApiKeyED;
- std::unique_ptr<weld::Entry> m_xRestProtocol;
std::unique_ptr<weld::CheckButton> m_xActivateBox;
std::unique_ptr<weld::CheckButton> m_xSSLDisableVerificationBox;
std::unique_ptr<weld::Frame> m_xApiSettingsFrame;
@@ -43,4 +42,4 @@ private:
void EnableControls(bool bEnable);
DECL_LINK(CheckHdl, weld::Toggleable&, void);
-};
+}; \ No newline at end of file