summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-11-07 13:20:21 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-11-09 16:53:41 +0100
commitb91daea3c1a38883c06cdd63c6eababe1df9e61d (patch)
tree1aa11bf15dcacf9b877b7bd165ce7bb9aa20e3f4 /fpicker/source
parent7e5630b7b09f605aaba6ea8f54ff4c3761fe63db (diff)
tdf#146386 fpicker,svtools: remove FTP from Remote Files dialog
Change-Id: I76ba8e275033c4d0a3c04964828dc640827cb7cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159073 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index ae03c2774f38..2b7dbd3d46db 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -195,8 +195,6 @@ static OUString lcl_GetServiceType( const ServicePtr& pService )
INetProtocol aProtocol = pService->GetUrlObject().GetProtocol();
switch( aProtocol )
{
- case INetProtocol::Ftp:
- return "FTP";
case INetProtocol::Cmis:
{
OUString sHost = pService->GetUrlObject().GetHost( INetURLObject::DecodeMechanism::WithCharset );