summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/oleobjsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-21 09:28:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-21 10:34:13 +0000
commit735a002507e914bc0c35504a85dc0585b25b76ce (patch)
treeacd91105fa2d9128cc10b7f2118cef23b8015921 /sc/source/ui/drawfunc/oleobjsh.cxx
parentc95293de347597bb32d3c4aa5429b21385cae97a (diff)
convert EnumContext::Context to scoped enum
Change-Id: I16ec63beb801073e5d604d852892c2fd6e8d8fc3 Reviewed-on: https://gerrit.libreoffice.org/32272 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/drawfunc/oleobjsh.cxx')
-rw-r--r--sc/source/ui/drawfunc/oleobjsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/oleobjsh.cxx b/sc/source/ui/drawfunc/oleobjsh.cxx
index a108cdce45e9..da80a4976589 100644
--- a/sc/source/ui/drawfunc/oleobjsh.cxx
+++ b/sc/source/ui/drawfunc/oleobjsh.cxx
@@ -57,7 +57,7 @@ ScOleObjectShell::ScOleObjectShell(ScViewData* pData) :
{
SetHelpId(HID_SCSHELL_OLEOBEJCTSH);
SetName("OleObject");
- SfxShell::SetContextName(vcl::EnumContext::GetContextName(vcl::EnumContext::Context_OLE));
+ SfxShell::SetContextName(vcl::EnumContext::GetContextName(vcl::EnumContext::Context::OLE));
}
ScOleObjectShell::~ScOleObjectShell()