diff options
author | Steffen Grund <Steffen.Grund@sun.com> | 2010-01-19 12:49:10 +0100 |
---|---|---|
committer | Steffen Grund <Steffen.Grund@sun.com> | 2010-01-19 12:49:10 +0100 |
commit | 8932e5049b52179f97b2dda4b116d17b0e74aafd (patch) | |
tree | 88bced218e394fb17bd6410a2958fa97a26584dc /svl | |
parent | 01d0d781b27b6211125cff363407d555fd036de5 (diff) |
#161490# removed scheme vnd.sun.star.wfs
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/misc/urihelper.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx index 5473bf1c995d..0ae0cd0ebf80 100644 --- a/svl/source/misc/urihelper.cxx +++ b/svl/source/misc/urihelper.cxx @@ -126,8 +126,7 @@ inline UniString SmartRel2Abs_Impl(INetURLObject const & rTheBaseURIRef, eStyle); if (bCheckFileExists && !bWasAbsolute - && (aAbsURIRef.GetProtocol() == INET_PROT_FILE - || aAbsURIRef.GetProtocol() == INET_PROT_VND_SUN_STAR_WFS)) + && (aAbsURIRef.GetProtocol() == INET_PROT_FILE)) { INetURLObject aNonFileURIRef; aNonFileURIRef.SetSmartURL(rTheRelURIRef, |