diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-01 15:05:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-02 22:21:33 +0300 |
commit | 5241788281e315fc735e5322b3b642486be52c50 (patch) | |
tree | d43cd22b9c23018e5d662dfb236747a940442d32 /cui | |
parent | 7c4415407f2df5460d3667aa9f820865a615f57f (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 'cui')
-rw-r--r-- | cui/source/dialogs/cuihyperdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index 8c48d513151e..5043af660d39 100644 --- a/cui/source/dialogs/cuihyperdlg.cxx +++ b/cui/source/dialogs/cuihyperdlg.cxx @@ -310,8 +310,6 @@ sal_uInt16 SvxHpLinkDlg::SetPage ( SvxHyperlinkItem* pItem ) nPageId = RID_SVXPAGE_HYPERLINK_INTERNET; break; case INetProtocol::File : - case INetProtocol::Pop3 : - case INetProtocol::Imap : nPageId = RID_SVXPAGE_HYPERLINK_DOCUMENT; break; case INetProtocol::Mailto : |