summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/impvect.cxx')
-rw-r--r--vcl/source/gdi/impvect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx
index 33dfccc3436d..1fce7910b23f 100644
--- a/vcl/source/gdi/impvect.cxx
+++ b/vcl/source/gdi/impvect.cxx
@@ -143,7 +143,7 @@ public:
};
ImplPointArray::ImplPointArray() :
- mpArray ( NULL ),
+ mpArray ( nullptr ),
mnSize ( 0UL ),
mnRealSize ( 0UL )
@@ -853,7 +853,7 @@ void ImplLimitPolyPoly( tools::PolyPolygon& rPolyPoly )
ImplVectMap* ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor )
{
- ImplVectMap* pMap = NULL;
+ ImplVectMap* pMap = nullptr;
if( pRAcc && pRAcc->Width() && pRAcc->Height() )
{