summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-02 15:58:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-02 16:30:34 +0200
commit44b3e56bb4a4df59f53447c4ca4d8e02fe926206 (patch)
tree71a9efde3a6a2a00688e8feb8e3086cb32eceb4f /sfx2/source/appl/sfxhelp.cxx
parentModel o3tl::enumarray after std::array to allow aggregate initialization (diff)
downloadcore-44b3e56bb4a4df59f53447c4ca4d8e02fe926206.tar.gz
core-44b3e56bb4a4df59f53447c4ca4d8e02fe926206.zip
Change INetProtocol to scoped enumeration
...and fix o3tl::enumarray::operator [] const overload Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 7db1a76d1960..fce5ddb1e0c3 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -549,7 +549,7 @@ bool SfxHelp::Start_Impl(const OUString& rURL, const vcl::Window* pWindow, const
switch ( nProtocol )
{
- case INET_PROT_VND_SUN_STAR_HELP:
+ case INetProtocol::VND_SUN_STAR_HELP:
// already a vnd.sun.star.help URL -> nothing to do
aHelpURL = rURL;
break;