summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-16 16:33:31 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commitfa8121a08f8ca86864184b7922793209f978f3d9 (patch)
tree764ab2a67052558474877d8bbb6b2f189860b409 /svx/source/unodraw
parent36d02d78061889ac20f9484672100e92cf1cc0c1 (diff)
convert SvXMLGraphicHelperMode to scoped enum
Change-Id: Ib0360b395fafe3c8123a0cc0fd0cbfd581fa5414
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unomod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index 7aa925377f91..a2504fab258f 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -181,7 +181,7 @@ css::uno::Reference<css::uno::XInterface> create(
}
else if ( rServiceSpecifier == "com.sun.star.document.ImportGraphicObjectResolver" )
{
- SvXMLGraphicHelper* pGraphicHelper = SvXMLGraphicHelper::Create( GRAPHICHELPER_MODE_READ );
+ SvXMLGraphicHelper* pGraphicHelper = SvXMLGraphicHelper::Create( SvXMLGraphicHelperMode::Read );
uno::Reference< uno::XInterface> xRet( static_cast< ::cppu::OWeakObject* >( pGraphicHelper ) );
pGraphicHelper->release();
return xRet;