summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2022-11-21 21:27:24 -0400
committerHenry Castro <hcastro@collabora.com>2023-01-30 22:12:31 +0000
commit9d4ac7d73c036d8e8bdf5418919c1bfd2062ed6d (patch)
tree43f639979caa1cde5a498bba6913c58a6d88c738 /include/svtools
parent1fb964276c184b0fb052503fe7dbc05bf0331211 (diff)
svtools: add new entry "RestProtocol"
Custom Rest API protocol Signed-off-by: Henry Castro <hcastro@collabora.com> Change-Id: If2f72330f2ed9768f230dc88296df7f757be263a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143105 Reviewed-by: Ashod Nakashian <ash@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145595 Tested-by: Jenkins
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/languagetoolcfg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svtools/languagetoolcfg.hxx b/include/svtools/languagetoolcfg.hxx
index 3f30c4bd94a8..24c4de6408aa 100644
--- a/include/svtools/languagetoolcfg.hxx
+++ b/include/svtools/languagetoolcfg.hxx
@@ -39,6 +39,9 @@ public:
const OUString& getBaseURL() const;
void setBaseURL(const OUString& rVal);
+ const OUString& getRestProtocol() const;
+ void setRestProtocol(const OUString& rVal);
+
const OUString& getUsername() const;
void setUsername(const OUString& rVal);