diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 09:19:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 12:14:52 +0200 |
commit | 5a89496ffcfcd561b3e595e01f35e0302fa00841 (patch) | |
tree | 65df83550d6775defd8eae879f277b5adebca66f /sfx2 | |
parent | 583b2e6bdb5550ff435ce739dac4318bc4a650e0 (diff) |
loplugin:stringview
Change-Id: I5e52f27408889d3b6939666520ffc8e767a1fc0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132763
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/graphhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx index dffb1bce163a..136e3ac9a113 100644 --- a/sfx2/source/doc/graphhelp.cxx +++ b/sfx2/source/doc/graphhelp.cxx @@ -78,7 +78,7 @@ void* GraphicHelper::getEnhMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta ) if ( pGDIMeta ) { OUString const aStr(".emf"); - ::utl::TempFile aTempFile( OUString(), true, &aStr ); + ::utl::TempFile aTempFile( u"", true, &aStr ); OUString aMetaFile = aTempFile.GetFileName(); OUString aMetaURL = aTempFile.GetURL(); |