summaryrefslogtreecommitdiff
path: root/cui/source/options/optlanguagetool.hxx
diff options
context:
space:
mode:
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