summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-01 15:51:04 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-02 22:44:37 +0300
commit6d089a4c7dbc38277e54998020cdb6ff3fac9371 (patch)
tree14a66e5ec1bc2606f764de3c6fb1ed34878c017d /sc/source/filter
parent5241788281e315fc735e5322b3b642486be52c50 (diff)
Kill INetProtocol::News
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/html/htmlexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index a54dbaaeba3c..75fab085842a 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -1240,7 +1240,7 @@ bool ScHTMLExport::CopyLocalFileToINet( OUString& rFileNm,
( (bFileToFile && INetProtocol::File == aTargetUrl.GetProtocol()) ||
(!bFileToFile && INetProtocol::File != aTargetUrl.GetProtocol() &&
INetProtocol::Ftp <= aTargetUrl.GetProtocol() &&
- INetProtocol::News >= aTargetUrl.GetProtocol()) ) )
+ INetProtocol::Javascript >= aTargetUrl.GetProtocol()) ) )
{
if( pFileNameMap )
{