From 88dde756eb18d4b65283008b940aa432f6146e50 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Feb 2017 15:20:53 +0200 Subject: Revert "cancelCommandExecution - no need to pass exception by Any" This reverts commit 4739b31dafc5154a2c7d6b3f0ee90686863656f0. Apparently, passing a param of type css::uno::Exception to Any will record precisely a css::uno::Exception in that Any, losing any subtype information, which this commit changed. --- include/ucbhelper/cancelcommandexecution.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ucbhelper') diff --git a/include/ucbhelper/cancelcommandexecution.hxx b/include/ucbhelper/cancelcommandexecution.hxx index 95c78c23af2b..381d63c27645 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::Exception & rException, +UCBHELPER_DLLPUBLIC void cancelCommandExecution( const css::uno::Any & rException, const css::uno::Reference< css::ucb::XCommandEnvironment > & xEnv ); -- cgit