summaryrefslogtreecommitdiff
path: root/include/comphelper/dispatchcommand.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/dispatchcommand.hxx')
-rw-r--r--include/comphelper/dispatchcommand.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/dispatchcommand.hxx b/include/comphelper/dispatchcommand.hxx
index 7b76bd5a0310..0a8e158366bd 100644
--- a/include/comphelper/dispatchcommand.hxx
+++ b/include/comphelper/dispatchcommand.hxx
@@ -27,7 +27,7 @@ namespace comphelper
*/
COMPHELPER_DLLPUBLIC bool dispatchCommand(const OUString& rCommand,
const css::uno::Sequence<css::beans::PropertyValue>& rArguments,
- css::uno::Reference<css::frame::XDispatchResultListener> aListener = css::uno::Reference<css::frame::XDispatchResultListener>());
+ const css::uno::Reference<css::frame::XDispatchResultListener>& aListener = css::uno::Reference<css::frame::XDispatchResultListener>());
}