diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-05 15:12:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-05 21:20:39 +0200 |
commit | 642e630a6229785f9206f5db6e627577f3dc4c3b (patch) | |
tree | 23997ae9bd802edec3ff7be312ee9cf2f9f3a2c0 /uui | |
parent | 49f6b97b3813eb5752088d5b5805c3389eb9c8a8 (diff) |
Upcoming loplugin:elidestringvar: uui
Change-Id: I68858a9f972dbe35a75e5862db040f186ba56146
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95596
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 14615bc9ca54..eee5c744d437 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -862,11 +862,9 @@ UUIInteractionHelper::getInteractionHandlerList( uno::Reference< lang::XMultiServiceFactory > xConfigProv = configuration::theDefaultProvider::get( m_xContext ); - OUString aFullPath = "/org.openoffice.ucb.InteractionHandler/InteractionHandlers"; - uno::Sequence<uno::Any> aArguments(comphelper::InitAnyPropertySequence( { - {"nodepath", uno::Any(aFullPath)} + {"nodepath", uno::Any(OUString("/org.openoffice.ucb.InteractionHandler/InteractionHandlers"))} })); uno::Reference< uno::XInterface > xInterface( |