From 0b9ef81ba5ff08d85f21275222458a5b9b9e484c Mon Sep 17 00:00:00 2001 From: Florian Reuter Date: Fri, 26 Nov 2010 14:40:03 +0100 Subject: tools-urlobj-smb-scheme-patch.diff: migrated process relative SMB paths (in hyperlinks) correctly --- tools/inc/tools/urlobj.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/inc') diff --git a/tools/inc/tools/urlobj.hxx b/tools/inc/tools/urlobj.hxx index 4783dfbefccc..558777bc966d 100644 --- a/tools/inc/tools/urlobj.hxx +++ b/tools/inc/tools/urlobj.hxx @@ -1533,6 +1533,9 @@ private: TOOLS_DLLPRIVATE static bool scanIPv6reference( sal_Unicode const *& rBegin, sal_Unicode const * pEnd); + +private: + void changeScheme(INetProtocol eTargetScheme); }; // static -- cgit