From 719af6a334ecf1a0bbe5a752e5baf553b685e83c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Dec 2017 12:10:36 +0200 Subject: dead flags param in CreateAutoContour was being used recursively Change-Id: I2ab920ee62c663f6cdc93ae2ef7eafd142fa0c94 Reviewed-on: https://gerrit.libreoffice.org/46344 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/contdlg.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx index fdd59977101d..cf9946c921d3 100644 --- a/include/svx/contdlg.hxx +++ b/include/svx/contdlg.hxx @@ -80,8 +80,7 @@ public: const tools::PolyPolygon* pPolyPoly, void* pEditingObj ); static tools::PolyPolygon CreateAutoContour( const Graphic& rGraphic, - const tools::Rectangle* pRect = nullptr, - const sal_uIntPtr nFlags = 0 ); + const tools::Rectangle* pRect = nullptr ); }; #endif // INCLUDED_SVX_CONTDLG_HXX -- cgit v1.2.3