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 /sfx2/source/doc | |
parent | 5241788281e315fc735e5322b3b642486be52c50 (diff) |
Kill INetProtocol::News
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 |
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; |