summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/frmview.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:27:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:27:49 +0200
commit1234f96b963d3bc71736c29b455872447266f11c (patch)
tree1835cdc3334ab8865fa50249a1ac098a604ddf8d /sd/source/ui/view/frmview.cxx
parent4446cdf20b7b2ef8438058529aeee9b1e1f6549d (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I0c6d14f0762ae804b931472bc201826821572e3e
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r--sd/source/ui/view/frmview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index fe12af267d53..79ee37a28040 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -51,7 +51,7 @@ using namespace ::std;
namespace sd {
FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK */)
- : SdrView(pDrawDoc, (OutputDevice*) NULL),
+ : SdrView(pDrawDoc, nullptr),
mnRefCount(0),
mnPresViewShellId(SID_VIEWSHELL0),
mnSlotId(SID_OBJECT_SELECT),