Kaydet (Commit) 66dd2665 authored tarafından Miklos Vajna's avatar Miklos Vajna

svx: fix loplugin:nullptr

Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016
üst cec4c3c5
...@@ -110,7 +110,7 @@ protected: ...@@ -110,7 +110,7 @@ protected:
// Create a new OutlinerView at the heap and initialize all required parameters. // Create a new OutlinerView at the heap and initialize all required parameters.
// pTextEditObj, pTextEditPV and pTextEditOutliner have to be initialized // 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 ImpPaintOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDevice) const;
void ImpInvalidateOutlinerView(OutlinerView& rOutlView) const; void ImpInvalidateOutlinerView(OutlinerView& rOutlView) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment