sc/source/core/tool/formularesult.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15dfb04267015a9dfbc36d79999d51527bc00358
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sat Sep 7 13:15:27 2013 +0200

    WaE: returning reference to temporary object
    
    Change-Id: Id703a4a058ca31c7bb1e346e5039c0ff52e91bc5

diff --git a/sc/source/core/tool/formularesult.cxx 
b/sc/source/core/tool/formularesult.cxx
index cf49065..511bfa5 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to