From eaf41045822732653a0af91ac0faa28fca7f0894 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 22 Apr 2015 12:22:06 +0200 Subject: comphelper::dispatchCommand: allow passing command arguments Change-Id: I6464c5d1a46fadac2510700101f3c8cc29dd7995 --- include/comphelper/dispatchcommand.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/comphelper/dispatchcommand.hxx b/include/comphelper/dispatchcommand.hxx index 7289dd7e7c58..58aa0b940f4e 100644 --- a/include/comphelper/dispatchcommand.hxx +++ b/include/comphelper/dispatchcommand.hxx @@ -12,6 +12,8 @@ #include #include +#include +#include namespace comphelper { @@ -22,7 +24,7 @@ namespace comphelper @return true on success. */ -COMPHELPER_DLLPUBLIC bool dispatchCommand(const OUString& rCommand); +COMPHELPER_DLLPUBLIC bool dispatchCommand(const OUString& rCommand, const css::uno::Sequence& rArguments); } -- cgit