summaryrefslogtreecommitdiff
path: root/include/tools/fileutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/fileutil.hxx')
-rw-r--r--include/tools/fileutil.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/tools/fileutil.hxx b/include/tools/fileutil.hxx
index 06e7bf820992..d2ed87a6dff6 100644
--- a/include/tools/fileutil.hxx
+++ b/include/tools/fileutil.hxx
@@ -11,15 +11,14 @@
#define INCLUDED_TOOLS_FILEUTIL_HXX
#include <tools/toolsdllapi.h>
-
-class INetURLObject;
+#include <rtl/ustring.hxx>
namespace tools
{
// Tests if the path is a UNC or local (drive-based) path that redirects to
// a WebDAV resource (e.g., using redirectors on Windows).
// Currently only implemented for Windows; on other platforms, returns false.
-TOOLS_DLLPUBLIC bool IsMappedWebDAVPath(const INetURLObject& aURL);
+TOOLS_DLLPUBLIC bool IsMappedWebDAVPath(const OUString& rURL, OUString* pRealURL = nullptr);
}
#endif // INCLUDED_TOOLS_FILEUTIL_HXX