diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 08:43:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 09:51:22 +0100 |
commit | c3a2d6f9fbdc0ea5c23e0e662f238b23e9c00035 (patch) | |
tree | fb0f56fd1daf7ce25ad6d33b5a8ecc0e55201869 /svx/source/unodraw | |
parent | 5eec6db4addd7cc665222e1a4d05c35b13719847 (diff) |
loplugin:countusersofdefaultparams in sfx2..svtools
Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846
Reviewed-on: https://gerrit.libreoffice.org/45382
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 93f86755bdda..70303e95edc4 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -247,7 +247,7 @@ uno::Sequence< OUString > SvxUnoDrawMSFactory::concatServiceNames( uno::Sequence } SvxUnoDrawingModel::SvxUnoDrawingModel( SdrModel* pDoc ) throw() -: mpDoc( pDoc ) +: SfxBaseModel(nullptr), mpDoc( pDoc ) { } |