summaryrefslogtreecommitdiff
path: root/ucb/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core')
-rw-r--r--ucb/source/core/ucb.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index cbe7b2ba7669..9e339ee09b92 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -632,9 +632,7 @@ Any SAL_CALL UniversalContentBroker::execute(
// ctor in ucbcmds.cxx when adding new commands!
//////////////////////////////////////////////////////////////////////
- if ( ( aCommand.Handle == GETCOMMANDINFO_HANDLE ) ||
- aCommand.Name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM( GETCOMMANDINFO_NAME ) ) )
+ if ( ( aCommand.Handle == GETCOMMANDINFO_HANDLE ) || aCommand.Name == GETCOMMANDINFO_NAME )
{
//////////////////////////////////////////////////////////////////
// getCommandInfo
@@ -642,9 +640,7 @@ Any SAL_CALL UniversalContentBroker::execute(
aRet <<= getCommandInfo();
}
- else if ( ( aCommand.Handle == GLOBALTRANSFER_HANDLE ) ||
- aCommand.Name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM(GLOBALTRANSFER_NAME ) ) )
+ else if ( ( aCommand.Handle == GLOBALTRANSFER_HANDLE ) || aCommand.Name == GLOBALTRANSFER_NAME )
{
//////////////////////////////////////////////////////////////////
// globalTransfer