sc/source/filter/xml/xmlexprt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4e9b5a6849afe09f5152e9e989fe50c3e208db73 Author: Norbert Thiebaud <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
