summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-28 08:23:51 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-28 09:04:58 +0200
commit63e4cdedb18f1c9b2263186c6c36c5a9c2706ac7 (patch)
treebbdf82cebbe57c49ea482396f4053e02518550fb
parent9931331e5e9cdd4e581962e332024af572f7f90e (diff)
svx: fix loplugin:nullptr
Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016 (cherry picked from commit 66dd26659e7c4bb731a88e7dbc809c5b53cb79c3)
-rw-r--r--include/svx/svdedxv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 0511789309df..628faee5622e 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -111,7 +111,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;