[Libreoffice-commits] core.git: uui/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 5 19:21:13 UTC 2020
uui/source/iahndl.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 642e630a6229785f9206f5db6e627577f3dc4c3b
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jun 5 15:12:28 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jun 5 21:20:39 2020 +0200
Upcoming loplugin:elidestringvar: uui
Change-Id: I68858a9f972dbe35a75e5862db040f186ba56146
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95596
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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(
More information about the Libreoffice-commits
mailing list