diff options
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r-- | include/svx/contdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx index d60c929be112..bbb7d5d7dba8 100644 --- a/include/svx/contdlg.hxx +++ b/include/svx/contdlg.hxx @@ -69,7 +69,7 @@ public: const void* GetEditingObject() const; void Update( const Graphic& rGraphic, bool bGraphicLinked, - const tools::PolyPolygon* pPolyPoly, void* pEditingObj = nullptr ); + const tools::PolyPolygon* pPolyPoly, void* pEditingObj ); static tools::PolyPolygon CreateAutoContour( const Graphic& rGraphic, const Rectangle* pRect = nullptr, |