diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-07 13:15:27 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-07 13:15:27 +0200 |
commit | 15dfb04267015a9dfbc36d79999d51527bc00358 (patch) | |
tree | 281ff0207c0084492cf3bed0e7c5eed43a266298 /sc/source | |
parent | cb460bf3ca6beab2478d29398ddfb6276ac19b04 (diff) |
WaE: returning reference to temporary object
Change-Id: Id703a4a058ca31c7bb1e346e5039c0ff52e91bc5
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/tool/formularesult.cxx | 2 |
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 |