summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r--uui/source/iahndl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 5a9ad912cd7b..4fa54a787aed 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -895,7 +895,7 @@ UUIInteractionHelper::getInteractionHandlerList(
configuration::theDefaultProvider::get( m_xContext );
OUStringBuffer aFullPath;
- aFullPath.appendAscii(
+ aFullPath.append(
"/org.openoffice.ucb.InteractionHandler/InteractionHandlers" );
uno::Sequence< uno::Any > aArguments( 1 );
@@ -934,7 +934,7 @@ UUIInteractionHelper::getInteractionHandlerList(
for ( sal_Int32 n = 0; n < nCount; ++n )
{
OUStringBuffer aElemBuffer;
- aElemBuffer.appendAscii( "['" );
+ aElemBuffer.append( "['" );
aElemBuffer.append( pElems[ n ] );
try
@@ -943,7 +943,7 @@ UUIInteractionHelper::getInteractionHandlerList(
// Obtain service name.
OUStringBuffer aKeyBuffer = aElemBuffer;
- aKeyBuffer.appendAscii( "']/ServiceName" );
+ aKeyBuffer.append( "']/ServiceName" );
OUString aValue;
if ( !( xHierNameAccess->getByHierarchicalName(