diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ucbhelper/cancelcommandexecution.hxx | 2 |
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 ); |