sfx2/source/doc/graphhelp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5a89496ffcfcd561b3e595e01f35e0302fa00841 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sun Apr 10 09:19:03 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sun Apr 10 12:14:52 2022 +0200 loplugin:stringview Change-Id: I5e52f27408889d3b6939666520ffc8e767a1fc0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132763 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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();