diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 16:21:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:46 +0200 |
commit | 435d6d50c3cdb6711942ee40dc2fae1865361845 (patch) | |
tree | ae76659dca1dfb867c99ae7ca66add9cf3c8ac2d /include/svx | |
parent | 96a2aa94b2a68e12ab74cb6d8f4a16f6c63e4ccf (diff) |
loplugin:constantparam in sfx2
Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index f6ddfdf5cb99..e5f9aef610eb 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -409,8 +409,7 @@ public: const css::uno::Reference< css::frame::XFrame >& _rxFrame ) override = 0; - virtual VclAbstractDialog* CreateScriptErrorDialog( - vcl::Window* pParent, const css::uno::Any& rException) override = 0; + virtual VclAbstractDialog* CreateScriptErrorDialog(const css::uno::Any& rException) override = 0; virtual VclAbstractDialog* CreateSvxMacroAssignDlg( vcl::Window* _pParent, |