uui/source/iahndl.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 642e630a6229785f9206f5db6e627577f3dc4c3b
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Jun 5 15:12:28 2020 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to