diff options
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r-- | include/svx/contdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 |