diff options
author | Florian Reuter <freuter@novell.com> | 2010-11-26 14:40:03 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-11-26 14:40:03 +0100 |
commit | 0b9ef81ba5ff08d85f21275222458a5b9b9e484c (patch) | |
tree | a4f44f2dd90662f332d5aaae50ee489f624e74ff /tools/inc | |
parent | ced73bee6811bb68734d9c95ca110820a1758dd2 (diff) |
tools-urlobj-smb-scheme-patch.diff: migrated
process relative SMB paths (in hyperlinks) correctly
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/urlobj.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |