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 /svx | |
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 'svx')
-rw-r--r-- | svx/source/form/fmpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index b0c080aaca2b..b27cdc12d5c6 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -192,7 +192,7 @@ bool FmFormPage::RequestHelp( vcl::Window* pWindow, SdrView* pView, INetProtocol aProtocol = aUrl.GetProtocol(); static const INetProtocol s_aQuickHelpSupported[] = { INetProtocol::Ftp, INetProtocol::Http, INetProtocol::File, INetProtocol::Mailto, INetProtocol::News, - INetProtocol::Https, INetProtocol::Javascript, INetProtocol::Imap, INetProtocol::Pop3, + INetProtocol::Https, INetProtocol::Javascript, INetProtocol::Vim, INetProtocol::Ldap }; for (sal_uInt16 i=0; i<sizeof(s_aQuickHelpSupported)/sizeof(s_aQuickHelpSupported[0]); ++i) |