summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-31 16:21:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-31 16:21:16 +0000
commita344cc0f1dfd80386d632bff56067e0daeed9615 (patch)
treeb79bbb7ba964894fe6b8d6181fc4cfac266e9eaa /sc
parentdaa761664c6db169a47d60664203f2283a6dc2e3 (diff)
fix build
Change-Id: I829e0454a954e9870ebf2b86b43dc088ea74551c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx2
1 files changed, 1 insertions, 1 deletions
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)