From df2533ec4063153c06bc8b475977601517ba2cd6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Feb 2014 13:39:16 +0000 Subject: fix MacOSX-x86_49-TDF tinderbox Change-Id: I15632bd87be37d9bb5815c9d800271dfd4c3b016 --- sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 1ee6af8dd9d9..d7692ac44da0 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -3485,8 +3485,8 @@ DECLARE_OOXMLEXPORT_TEST(testEmbeddedXlsx, "embedded-xlsx.docx") // finally check the embedded files are present in the zipped document uno::Reference xNameAccess = packages::zip::ZipFileAccess::createWithURL(comphelper::getComponentContext(m_xSFactory), m_aTempFile.GetURL()); uno::Sequence names = xNameAccess->getElementNames(); - sal_Int32 nSheetFiles = 0; - sal_Int32 nImageFiles = 0; + int nSheetFiles = 0; + int nImageFiles = 0; for (int i=0; i