summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-09 10:41:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-10 06:05:54 +0000
commita4d0ec84dae49a6c47c38bfc6ee5bba988349721 (patch)
treedf5b201ba05a8845f6a2e2b1b0750c9580375e46 /sc/source/ui/view
parent29eb1ceeae4a3108ce134b45e77a37ade7d7a4f8 (diff)
convert SvtSecurityOptions::EOption to scoped enum
and drop unused E_MACRO_DISABLE enumerator Change-Id: I0bd706d4d4e1d8b9004e68c9e77c11410c62a64a Reviewed-on: https://gerrit.libreoffice.org/34067 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/gridwin5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx
index 00b81b8d0db9..928c98d8c486 100644
--- a/sc/source/ui/view/gridwin5.cxx
+++ b/sc/source/ui/view/gridwin5.cxx
@@ -241,7 +241,7 @@ void ScGridWindow::RequestHelp(const HelpEvent& rHEvt)
//To know whether to prefix STR_CTRLCLICKHYERLINK or STR_CLICKHYPERLINK
//to hyperlink tooltips/help text
SvtSecurityOptions aSecOpt;
- bool bCtrlClickHlink = aSecOpt.IsOptionSet( SvtSecurityOptions::E_CTRLCLICK_HYPERLINK );
+ bool bCtrlClickHlink = aSecOpt.IsOptionSet( SvtSecurityOptions::EOption::CtrlClickHyperlink );
//Global string STR_CTRLCLICKHYPERLINK i.e,
// "ctrl-click to follow link:" for not MacOS
// "⌘-click to follow link:" for MacOs