From d7602d052dd12b6764942890ea7c11247e2bd222 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 10:46:57 +0200 Subject: convert SVX_GRAPHICFILTER constants to scoped enum Change-Id: I220a2cfe9ea9ef2aa85e4ad8278be70c338891a5 Reviewed-on: https://gerrit.libreoffice.org/46705 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/view/GraphicObjectBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/view/GraphicObjectBar.cxx') diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx index 38794f9c8e34..64105642182e 100644 --- a/sd/source/ui/view/GraphicObjectBar.cxx +++ b/sd/source/ui/view/GraphicObjectBar.cxx @@ -123,7 +123,7 @@ void GraphicObjectBar::ExecuteFilter( SfxRequest const & rReq ) { GraphicObject aFilterObj( static_cast(pObj)->GetGraphicObject() ); - if( SVX_GRAPHICFILTER_ERRCODE_NONE == + if( SvxGraphicFilterResult::NONE == SvxGraphicFilter::ExecuteGrfFilterSlot( rReq, aFilterObj ) ) { SdrPageView* pPageView = mpView->GetSdrPageView(); -- cgit