summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/unocontrolcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/unocontrolcontainer.hxx')
-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
);
};