configmgr/source/winreg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27454bc5a64b5f310a53bf514ff709a5eca2320f
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Fri Oct 15 10:30:11 2021 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Fri Oct 15 14:08:53 2021 +0200

    loplugin:stringview (clang-cl)
    
    Change-Id: I367bc431bfd12041b2ccb6145c11f80b545aae19
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123647
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx
index e5a92d094435..381150fc2d5e 100644
--- a/configmgr/source/winreg.cxx
+++ b/configmgr/source/winreg.cxx
@@ -238,7 +238,7 @@ void dumpWindowsRegistryKey(HKEY hKey, OUString const & 
aKeyName, TempFile &aFil
                     else
                     {
                         writeAttributeValue(
-                            aFileHandle, OUString("/" + aNextPathPart));
+                            aFileHandle, OUStringConcatenation("/" + 
aNextPathPart));
                     }
                 }
                 else

Reply via email to