summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/grfsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 10:46:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 18:15:20 +0100
commitd7602d052dd12b6764942890ea7c11247e2bd222 (patch)
treee1a0c34fdad80a0832dd00bb5b44e71e20002b9a /sw/source/uibase/shells/grfsh.cxx
parente98bad89ddff5bebc3f26d944c1e1be6afe2b6f2 (diff)
convert SVX_GRAPHICFILTER constants to scoped enum
Change-Id: I220a2cfe9ea9ef2aa85e4ad8278be70c338891a5 Reviewed-on: https://gerrit.libreoffice.org/46705 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/shells/grfsh.cxx')
-rw-r--r--sw/source/uibase/shells/grfsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx
index 2b3a7a8d13d3..bda2b2b395ff 100644
--- a/sw/source/uibase/shells/grfsh.cxx
+++ b/sw/source/uibase/shells/grfsh.cxx
@@ -707,7 +707,7 @@ void SwGrfShell::ExecAttr( SfxRequest const &rReq )
if ( pFilterObj )
{
GraphicObject aFilterObj( *pFilterObj );
- if( SVX_GRAPHICFILTER_ERRCODE_NONE ==
+ if( SvxGraphicFilterResult::NONE ==
SvxGraphicFilter::ExecuteGrfFilterSlot( rReq, aFilterObj ))
GetShell().ReRead( OUString(), OUString(),
&aFilterObj.GetGraphic() );