From 15dfb04267015a9dfbc36d79999d51527bc00358 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 7 Sep 2013 13:15:27 +0200 Subject: WaE: returning reference to temporary object Change-Id: Id703a4a058ca31c7bb1e346e5039c0ff52e91bc5 --- sc/source/core/tool/formularesult.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/core/tool/formularesult.cxx b/sc/source/core/tool/formularesult.cxx index cf4906555a3b..511bfa560d4c 100644 --- a/sc/source/core/tool/formularesult.cxx +++ b/sc/source/core/tool/formularesult.cxx @@ -411,7 +411,7 @@ const OUString & ScFormulaResult::GetString() const ; // nothing } } - return EMPTY_STRING; + return EMPTY_OUSTRING; } ScConstMatrixRef ScFormulaResult::GetMatrix() const -- cgit