summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-07 13:15:27 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-07 13:15:27 +0200
commit15dfb04267015a9dfbc36d79999d51527bc00358 (patch)
tree281ff0207c0084492cf3bed0e7c5eed43a266298 /sc
parentcb460bf3ca6beab2478d29398ddfb6276ac19b04 (diff)
WaE: returning reference to temporary object
Change-Id: Id703a4a058ca31c7bb1e346e5039c0ff52e91bc5
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/formularesult.cxx2
1 files changed, 1 insertions, 1 deletions
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