diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-11 11:15:15 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-11 11:15:15 +0200 |
commit | 9ee07734804cee2dede4aee2aa48b52328b9797a (patch) | |
tree | 87476b2ac29b7705e83841e8e55c21a2c0fa54db /svl/source | |
parent | 977d781e21898b22a6f896714829c1e8efcdb3be (diff) | |
parent | 316556e3bdcb43838b6000bfe2001823ae33393a (diff) |
CWS-TOOLING: integrate CWS sg01
Diffstat (limited to 'svl/source')
-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, |