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/source/basicide/macrodlg.hxx | |
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/source/basicide/macrodlg.hxx')
-rw-r--r-- | basctl/source/basicide/macrodlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |