[Libreoffice-commits] core.git: sc/source
Caolán McNamara
caolanm at redhat.com
Wed Jan 31 16:22:11 UTC 2018
sc/source/ui/docshell/externalrefmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a344cc0f1dfd80386d632bff56067e0daeed9615
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jan 31 16:21:16 2018 +0000
fix build
Change-Id: I829e0454a954e9870ebf2b86b43dc088ea74551c
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index c148855d9bb9..19f31dce2bea 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -2682,7 +2682,7 @@ void ScExternalRefManager::maybeCreateRealFileName(sal_uInt16 nFileId)
OUString ScExternalRefManager::getOwnDocumentName() const
{
if (utl::ConfigManager::IsFuzzing())
- return ("file:///tmp/document");
+ return OUString("file:///tmp/document");
SfxObjectShell* pShell = mpDoc->GetDocumentShell();
if (!pShell)
More information about the Libreoffice-commits
mailing list