diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-28 08:23:51 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-28 08:25:40 +0200 |
commit | 66dd26659e7c4bb731a88e7dbc809c5b53cb79c3 (patch) | |
tree | 8e00a3cdbc7c29e4541483fdbe453d67e43054e0 /include | |
parent | cec4c3c563c70d846f372966f22e431b6358cece (diff) |
svx: fix loplugin:nullptr
Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdedxv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx index 452708645c3d..5957bce14389 100644 --- a/include/svx/svdedxv.hxx +++ b/include/svx/svdedxv.hxx @@ -110,7 +110,7 @@ protected: // Create a new OutlinerView at the heap and initialize all required parameters. // pTextEditObj, pTextEditPV and pTextEditOutliner have to be initialized - OutlinerView* ImpMakeOutlinerView(vcl::Window* pWin, bool bNoPaint, OutlinerView* pGivenView, SfxViewShell* pViewShell = 0) const; + OutlinerView* ImpMakeOutlinerView(vcl::Window* pWin, bool bNoPaint, OutlinerView* pGivenView, SfxViewShell* pViewShell = nullptr) const; void ImpPaintOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDevice) const; void ImpInvalidateOutlinerView(OutlinerView& rOutlView) const; |