formula/source/core/api/FormulaCompiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59af654b80c595905ebf4fbc5c6454359beda337
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Sep 27 23:28:58 2011 +0200

    Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"
    
    Obsoleted by the subsequent fix to tools/string.hxx.
    This reverts commit 928f7a47a15d53817697283ba0a7fa4987ea458f.

diff --git a/formula/source/core/api/FormulaCompiler.cxx 
b/formula/source/core/api/FormulaCompiler.cxx
index 2543caf..da3682e 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1609,7 +1609,7 @@ FormulaToken* FormulaCompiler::CreateStringFromToken( 
String& rFormula, FormulaT
 {
     rtl::OUStringBuffer aBuffer;
     FormulaToken* p = CreateStringFromToken( aBuffer, pTokenP, 
bAllowArrAdvance );
-    rFormula += aBuffer.makeStringAndClear().getStr();
+    rFormula += aBuffer.makeStringAndClear();
     return p;
 }
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to