From 50532e3f63421f107e519242e58f03b90fdf3679 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 8 Mar 2014 16:51:47 +0100 Subject: enable ODF export validation Change-Id: I09f517a49507a2eb31118f88f31dc2ff8b03de6a --- sc/qa/unit/helper/qahelper.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/qa') diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index 320ab5ee1516..776955fc2f47 100644 --- a/sc/qa/unit/helper/qahelper.cxx +++ b/sc/qa/unit/helper/qahelper.cxx @@ -616,6 +616,8 @@ ScDocShellRef ScBootstrapFixture::saveAndReload( ScDocShellRef xDocSh = load(aTempFile.GetURL(), rFilter, rUserData, rTypeName, nFormatType, nFormat ); if(nFormatType == XLSX_FORMAT_TYPE) validate(aTempFile.GetFileName(), test::OOXML); + else if (nFormatType == ODS_FORMAT_TYPE) + validate(aTempFile.GetFileName(), test::ODF); return xDocSh; } -- cgit