From d9f9a9e56d558174cb5ff96c3bb78a5692a26570 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 15 Feb 2019 06:38:32 +0300 Subject: tdf#123474: use INetURLObject methods to construct valid URI This ensures that no extra slashes are added to the path when it already ends with a slash; for Windows drive root path (e.g. C:\) the trailing slash is always kept to not change the meaning to "current path on the drive", which is different from "root of the drive". Our IsValidFilePath does not allow more than one slash after . Change-Id: Ife3cd9e146573a0c278834f795f0d7318c2d303a Reviewed-on: https://gerrit.libreoffice.org/67850 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- desktop/source/app/dispatchwatcher.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'desktop/source/app') diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index 3a8b2d9961a0..872d98333982 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -575,10 +575,13 @@ bool DispatchWatcher::executeDispatchRequests( const std::vector fileForCat; if( aDispatchRequest.aRequestType == REQUEST_CAT ) -- cgit