[Libreoffice-commits] core.git: include/svx

Miklos Vajna vmiklos at collabora.co.uk
Thu Jul 28 06:26:16 UTC 2016


 include/svx/svdedxv.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66dd26659e7c4bb731a88e7dbc809c5b53cb79c3
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Jul 28 08:23:51 2016 +0200

    svx: fix loplugin:nullptr
    
    Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016

diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 4527086..5957bce 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;
 


More information about the Libreoffice-commits mailing list