diff options
author | Steffen Grund <Steffen.Grund@sun.com> | 2010-04-12 17:36:26 +0200 |
---|---|---|
committer | Steffen Grund <Steffen.Grund@sun.com> | 2010-04-12 17:36:26 +0200 |
commit | 316556e3bdcb43838b6000bfe2001823ae33393a (patch) | |
tree | 9467e91a19e2349dd24d0eda97dbad76b12f3140 /svl | |
parent | 0768a7d2726ce4f0772b52d95eeb23143336655c (diff) | |
parent | a624efc2722b0e5f8dc53e9306c6dcbd0cc41879 (diff) |
sg01: merge with DEV300_m76
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 a3a3f63367c1..46063564193d 100644 --- a/svl/source/misc/urihelper.cxx +++ b/svl/source/misc/urihelper.cxx @@ -123,8 +123,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, |