diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-10-15 10:30:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-10-15 14:08:53 +0200 |
commit | 27454bc5a64b5f310a53bf514ff709a5eca2320f (patch) | |
tree | 5323b4df7c6512b3e26100cc774db298705c1a08 /configmgr | |
parent | cb60edbc2c0725f0309a5b934f41e999a1fe0c5f (diff) |
loplugin:stringview (clang-cl)
Change-Id: I367bc431bfd12041b2ccb6145c11f80b545aae19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123647
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/winreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |