[Libreoffice-commits] core.git: sc/source

Norbert Thiebaud nthiebaud at gmail.com
Mon Feb 3 01:00:30 PST 2014


 sc/source/filter/xml/xmlexprt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e9b5a6849afe09f5152e9e989fe50c3e208db73
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Feb 3 02:59:10 2014 -0600

    WaE signed/unsigned
    
    Change-Id: Ie667f2d4860cf6427e93b6cf925e4bc70929e3d3

diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 0936c63..fc31813 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -3308,7 +3308,7 @@ void ScXMLExport::WriteEditCell(const EditTextObject* pText)
     pText->GetAllSections(aAttrs);
     std::vector<editeng::Section>::const_iterator itSec = aAttrs.begin(), itSecEnd = aAttrs.end();
     std::vector<editeng::Section>::const_iterator itPara = itSec;
-    size_t nCurPara = 0; // current paragraph
+    sal_Int32 nCurPara = 0; // current paragraph
     for (; itSec != itSecEnd; ++itSec)
     {
         const editeng::Section& rSec = *itSec;


More information about the Libreoffice-commits mailing list