summaryrefslogtreecommitdiff
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r--include/svx/contdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx
index 4ce568103a20..ee3dd3ec9ac2 100644
--- a/include/svx/contdlg.hxx
+++ b/include/svx/contdlg.hxx
@@ -69,10 +69,10 @@ public:
const void* GetEditingObject() const;
void Update( const Graphic& rGraphic, bool bGraphicLinked,
- const tools::PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL );
+ const tools::PolyPolygon* pPolyPoly = nullptr, void* pEditingObj = nullptr );
static tools::PolyPolygon CreateAutoContour( const Graphic& rGraphic,
- const Rectangle* pRect = NULL,
+ const Rectangle* pRect = nullptr,
const sal_uIntPtr nFlags = 0L );
};