summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-01-29 11:57:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-01 12:17:56 +0000
commit4739b31dafc5154a2c7d6b3f0ee90686863656f0 (patch)
tree0437d82f929131f3c900b5feb74cee4b1595499b /include/ucbhelper
parenttdf#105620: Probably better to not ignore initial x0 and y0 (diff)
downloadcore-4739b31dafc5154a2c7d6b3f0ee90686863656f0.tar.gz
core-4739b31dafc5154a2c7d6b3f0ee90686863656f0.zip
cancelCommandExecution - no need to pass exception by Any
all the call sites are passing an uno::Exception subtype Change-Id: I6de1f00810e063e75ef620314561d7e2d6445ada Reviewed-on: https://gerrit.libreoffice.org/33657 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/cancelcommandexecution.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/cancelcommandexecution.hxx b/include/ucbhelper/cancelcommandexecution.hxx
index 381d63c27645..95c78c23af2b 100644
--- a/include/ucbhelper/cancelcommandexecution.hxx
+++ b/include/ucbhelper/cancelcommandexecution.hxx
@@ -53,7 +53,7 @@ namespace ucbhelper
@throws css::uno::Exception
*/
-UCBHELPER_DLLPUBLIC void cancelCommandExecution( const css::uno::Any & rException,
+UCBHELPER_DLLPUBLIC void cancelCommandExecution( const css::uno::Exception & rException,
const css::uno::Reference<
css::ucb::XCommandEnvironment > &
xEnv );