summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-13 18:46:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-16 09:16:01 +0200
commita447b5b6d1114111c92e5e3e3f3ae83d4c2f3bca (patch)
tree82c276f8d1e5364e5e5bcc0efda0e485411bee3a /dbaccess
parentFix typo (diff)
downloadcore-a447b5b6d1114111c92e5e3e3f3ae83d4c2f3bca.tar.gz
core-a447b5b6d1114111c92e5e3e3f3ae83d4c2f3bca.zip
loplugin:moveit
Change-Id: Ic593974a44d9e327e0385c7ffaaa6d42576ae01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135911 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 1356aedb1a2c..78d98764828a 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -1246,7 +1246,7 @@ void SbaTableQueryBrowser::connectExternalDispatches()
aURL.Complete = OUString::createFromAscii( pURLs[i] );
if ( m_xUrlTransformer.is() )
m_xUrlTransformer->parseStrict( aURL );
- m_aExternalFeatures[ nIds[ i ] ] = ExternalFeature( aURL );
+ m_aExternalFeatures[ nIds[ i ] ] = ExternalFeature( std::move(aURL) );
}
}