summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorSteffen Grund <Steffen.Grund@sun.com>2010-01-19 12:49:10 +0100
committerSteffen Grund <Steffen.Grund@sun.com>2010-01-19 12:49:10 +0100
commitc5d786f792f00741cc19e09232271edbbff58664 (patch)
tree70ef7edff81e91fabdf4108b53f791716da79c22 /svl
parent8765a3bf9f2926a50d0f644e4263782269abe023 (diff)
#161490# removed scheme vnd.sun.star.wfs
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/urihelper.cxx3
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,