summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-07 08:49:37 +0200
committerNoel Grandin <noel@peralex.com>2016-09-07 10:04:44 +0200
commitc158c00489d35af7f5f9278b8ee545678d6a42e5 (patch)
treeeab18b26c29210979031ef6b9ef58ce0e0575664 /include/toolkit
parent5e9982668224345f901631d664985e823530e05a (diff)
loplugin:constantparam in framework..vbahelper
Change-Id: I592f73012ae8a4df8488ef04dc0956d9400625bc
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx
index 2c220b01c88e..86e10ae26692 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -145,14 +145,10 @@ private:
@param _rxControl
the control itself. Must be the one which is stored under the given ID. This parameter could also be
obtained inside the method, but callers usually have obtained it, anyway.
- @param _pNameAccessor
- the name which the control was registered for. Might be <NULL/>, in this case
- container event broadcasts use the ID as accessor.
*/
void impl_removeControl(
sal_Int32 _nId,
- const css::uno::Reference< css::awt::XControl >& _rxControl,
- const OUString* _pNameAccessor
+ const css::uno::Reference< css::awt::XControl >& _rxControl
);
};