summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent5241788281e315fc735e5322b3b642486be52c50 (diff)
Kill INetProtocol::News
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index db0f0e91b6c2..228900c661af 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2683,7 +2683,6 @@ void SfxMedium::SetIsRemote_Impl()
case INetProtocol::Ftp:
case INetProtocol::Http:
case INetProtocol::Https:
- case INetProtocol::News:
case INetProtocol::Vim:
pImp->m_bRemote = true;
break;