summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/OverlayRanges.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/OverlayRanges.cxx')
-rw-r--r--sw/source/uibase/docvw/OverlayRanges.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/OverlayRanges.cxx b/sw/source/uibase/docvw/OverlayRanges.cxx
index 7b44a9b3bdb9..2f0c4c9e083e 100644
--- a/sw/source/uibase/docvw/OverlayRanges.cxx
+++ b/sw/source/uibase/docvw/OverlayRanges.cxx
@@ -109,10 +109,10 @@ namespace sw
const std::vector< basegfx::B2DRange >& rRanges,
const bool bShowSolidBorder )
{
- OverlayRanges* pOverlayRanges = NULL;
+ OverlayRanges* pOverlayRanges = nullptr;
SdrView* pView = rDocView.GetDrawView();
- if ( pView != NULL )
+ if ( pView != nullptr )
{
SdrPaintWindow* pCandidate = pView->GetPaintWindow(0);
rtl::Reference<sdr::overlay::OverlayManager> xTargetOverlay = pCandidate->GetOverlayManager();