From ecba128020572966a161899083b7147e2adc5766 Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Fri, 5 Aug 2016 17:44:25 +0200 Subject: Fix certificate validation interaction This enables the certificate validation when StillReadWriteInteraction::StillReadWriteInteraction interaction handler is used. Certificate validation is needed for Web/WebDAV files. Change-Id: I38cba9fc8b586953477d7df02acfcc8347603220 Reviewed-on: https://gerrit.libreoffice.org/27914 Tested-by: Jenkins Reviewed-by: Giuseppe Castagno --- sfx2/source/dialog/filedlghelper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 79d48f19a944..cf5866e90551 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include -- cgit