diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-02 12:09:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-04 07:46:25 +0100 |
commit | 7f81b9b9636b5f2333d1bc7eb0f2873aeb83ab07 (patch) | |
tree | b958d1d1ed90a50175ada9c1dcff6b8e7fc25777 /include/svx/rubydialog.hxx | |
parent | afc5d7aedf4d115bfaa539301b155db37be87054 (diff) |
loplugin:constparams in svx
Change-Id: Ib6ae6b0c1ae1659955124bb5c710f2989a0feb3a
Reviewed-on: https://gerrit.libreoffice.org/44250
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r-- | include/svx/rubydialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx index 3b546f655313..2f093426045f 100644 --- a/include/svx/rubydialog.hxx +++ b/include/svx/rubydialog.hxx @@ -54,7 +54,7 @@ class SVX_DLLPUBLIC SvxRubyChildWindow : public SfxChildWindow { public: - SvxRubyChildWindow( vcl::Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo* ); + SvxRubyChildWindow( vcl::Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo const * ); SFX_DECL_CHILDWINDOW( SvxRubyChildWindow ); |