diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-06 15:02:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-07 07:19:59 +0100 |
commit | c947a25b3a785f8d43160671f79e3bb503dfb1ae (patch) | |
tree | 5617da65af355bb2122cd7a09097eff62f4c4b43 /basctl | |
parent | f7a57f3a1b3bf357b8dd9401b6d5d2525497967e (diff) |
loplugin:countusersofdefaultparams in basctl..basegfx
Change-Id: I515acfb9de1f6dff1de94a60055c5b600e5e5241
Reviewed-on: https://gerrit.libreoffice.org/45957
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/documentenumeration.hxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/macrodlg.hxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/unomodel.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/documentenumeration.hxx b/basctl/source/basicide/documentenumeration.hxx index 964a2c8c4d92..2dbe7b6621f3 100644 --- a/basctl/source/basicide/documentenumeration.hxx +++ b/basctl/source/basicide/documentenumeration.hxx @@ -70,7 +70,7 @@ namespace basctl { namespace docs { class DocumentEnumeration { public: - DocumentEnumeration( css::uno::Reference< css::uno::XComponentContext > const & _rContext, const IDocumentDescriptorFilter* _pFilter = nullptr ); + DocumentEnumeration( css::uno::Reference< css::uno::XComponentContext > const & _rContext, const IDocumentDescriptorFilter* _pFilter ); ~DocumentEnumeration(); /** retrieves a list of all currently known documents in the application diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx index dee445ab9701..8a0e1ff16a93 100644 --- a/basctl/source/basicide/macrodlg.hxx +++ b/basctl/source/basicide/macrodlg.hxx @@ -90,7 +90,7 @@ private: void RestoreMacroDescription(); public: - MacroChooser( vcl::Window* pParent, const ::css::uno::Reference< ::css::frame::XFrame >& xDocFrame, bool bCreateEntries = true ); + MacroChooser( vcl::Window* pParent, const ::css::uno::Reference< ::css::frame::XFrame >& xDocFrame, bool bCreateEntries ); virtual ~MacroChooser() override; virtual void dispose() override; diff --git a/basctl/source/basicide/unomodel.hxx b/basctl/source/basicide/unomodel.hxx index e4d92351347a..3d5fa6966cc6 100644 --- a/basctl/source/basicide/unomodel.hxx +++ b/basctl/source/basicide/unomodel.hxx @@ -31,7 +31,7 @@ class SIDEModel : public SfxBaseModel, /// @throws css::io::IOException static void notImplemented(); public: - explicit SIDEModel(SfxObjectShell *pObjSh = nullptr); + explicit SIDEModel(SfxObjectShell *pObjSh); virtual ~SIDEModel() override; //XInterface |