summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/cancelcommandexecution.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/cancelcommandexecution.cxx')
-rw-r--r--ucbhelper/source/provider/cancelcommandexecution.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/cancelcommandexecution.cxx b/ucbhelper/source/provider/cancelcommandexecution.cxx
index 2d4d6af041f1..91bcd79f0295 100644
--- a/ucbhelper/source/provider/cancelcommandexecution.cxx
+++ b/ucbhelper/source/provider/cancelcommandexecution.cxx
@@ -65,7 +65,7 @@ void cancelCommandExecution( const uno::Any & rException,
if ( xSelection.is() )
throw ucb::CommandFailedException(
- rtl::OUString(),
+ OUString(),
uno::Reference< uno::XInterface >(),
rException );
}
@@ -83,7 +83,7 @@ void cancelCommandExecution( const ucb::IOErrorCode eError,
const uno::Sequence< uno::Any > & rArgs,
const uno::Reference<
ucb::XCommandEnvironment > & xEnv,
- const rtl::OUString & rMessage,
+ const OUString & rMessage,
const uno::Reference<
ucb::XCommandProcessor > & xContext )
throw( uno::Exception )
@@ -103,7 +103,7 @@ void cancelCommandExecution( const ucb::IOErrorCode eError,
= xRequest->getSelection();
if ( xSelection.is() )
- throw ucb::CommandFailedException( rtl::OUString(),
+ throw ucb::CommandFailedException( OUString(),
xContext,
xRequest->getRequest() );
}