diff options
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r-- | uui/source/iahndl.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index cd26da12de5d..5b026a4082d9 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -865,13 +865,11 @@ UUIInteractionHelper::getInteractionHandlerList( uno::Reference< lang::XMultiServiceFactory > xConfigProv = configuration::theDefaultProvider::get( m_xContext ); - OUStringBuffer aFullPath; - aFullPath.append( - "/org.openoffice.ucb.InteractionHandler/InteractionHandlers" ); + OUString aFullPath = "/org.openoffice.ucb.InteractionHandler/InteractionHandlers"; uno::Sequence<uno::Any> aArguments(comphelper::InitAnyPropertySequence( { - {"nodepath", uno::Any(aFullPath.makeStringAndClear())} + {"nodepath", uno::Any(aFullPath)} })); uno::Reference< uno::XInterface > xInterface( |