diff options
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 |