diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-23 10:04:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-23 10:19:43 +0200 |
commit | aec2477b41ea09e914ff64965099d0cea1411ba7 (patch) | |
tree | e9c759a1bd17e4e04f2df6ad68b41e9c74dfe3ea /forms/source/inc | |
parent | 73140c6f3485e3f221fe6f272c21104b8575e12c (diff) |
loplugin:constantparam in forms
Change-Id: Iebce160fd6c3de63ba179d747768fd4cf420baec
Diffstat (limited to 'forms/source/inc')
-rw-r--r-- | forms/source/inc/controlfeatureinterception.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/controlfeatureinterception.hxx b/forms/source/inc/controlfeatureinterception.hxx index 0ef9e90fc620..6c0097f9aa70 100644 --- a/forms/source/inc/controlfeatureinterception.hxx +++ b/forms/source/inc/controlfeatureinterception.hxx @@ -69,7 +69,7 @@ namespace frm /** queries the interceptor chain for the given dispatch */ css::uno::Reference< css::frame::XDispatch > - queryDispatch( const css::util::URL& _rURL, const OUString& _rTargetFrameName, ::sal_Int32 _nSearchFlags ); + queryDispatch( const css::util::URL& _rURL, const OUString& _rTargetFrameName ); /** queries the interceptor chain for the given dispatch, with a blank target frame and no frame search flags */ |