[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Sun Mar 9 18:38:54 PDT 2014


 sc/source/core/data/dpoutput.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 6bc967177668bdc2279bc03bf1f7688a1e2a4c47
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Sun Mar 9 21:37:24 2014 -0400

    Revert "fdo#75962: Avoid unwanted number detection when placing page field name."
    
    This reverts commit f86d94a2d1b3a61d290c072431c0af8446ec15bf.

diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index c03b8ce..cb43ecc 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -1003,9 +1003,7 @@ void ScDPOutput::Output()
         else if (n > 1)
             aPageValue = ScResId(SCSTR_MULTIPLE).toString();
 
-        ScSetStringParam aParam;
-        aParam.setTextInput();
-        pDoc->SetString(nFldCol, nHdrRow, nTab, aPageValue, &aParam);
+        pDoc->SetString( nFldCol, nHdrRow, nTab, aPageValue );
 
         lcl_SetFrame( pDoc,nTab, nFldCol,nHdrRow, nFldCol,nHdrRow, 20 );
     }


More information about the Libreoffice-commits mailing list