summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-01 15:05:30 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-02 22:21:33 +0300
commit5241788281e315fc735e5322b3b642486be52c50 (patch)
treed43cd22b9c23018e5d662dfb236747a940442d32 /sfx2/source/doc
parent7c4415407f2df5460d3667aa9f820865a615f57f (diff)
Kill INetProtocol::Imap and Pop3
I doubt very much these actually get used. Couldn't find in any of the sample bug docs collected from bugzillas, for instance. Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r--sfx2/source/doc/docfile.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index e0158aecedcf..db0f0e91b6c2 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2683,9 +2683,7 @@ void SfxMedium::SetIsRemote_Impl()
case INetProtocol::Ftp:
case INetProtocol::Http:
case INetProtocol::Https:
- case INetProtocol::Pop3:
case INetProtocol::News:
- case INetProtocol::Imap:
case INetProtocol::Vim:
pImp->m_bRemote = true;
break;