diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-01 15:51:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-02 22:44:37 +0300 |
commit | 6d089a4c7dbc38277e54998020cdb6ff3fac9371 (patch) | |
tree | 14a66e5ec1bc2606f764de3c6fb1ed34878c017d /sc | |
parent | 5241788281e315fc735e5322b3b642486be52c50 (diff) |
Kill INetProtocol::News
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/html/htmlexp.cxx | 2 |
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 ) { |