From 4a2bf7bb092768a078f94391287d37eb194579bd Mon Sep 17 00:00:00 2001 From: Jaskaran Singh Date: Sat, 6 Aug 2016 15:22:16 +0530 Subject: Enable cell alignment test in orcus interface Change-Id: I1078e29d6fa0c51a4457b43806340eaf10096a92 --- sc/qa/unit/data/xml/styles.xml | 2 +- sc/qa/unit/subsequent_filters-test.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sc/qa/unit/data/xml/styles.xml b/sc/qa/unit/data/xml/styles.xml index b481219f5dd4..fa5cd2759ca2 100644 --- a/sc/qa/unit/data/xml/styles.xml +++ b/sc/qa/unit/data/xml/styles.xml @@ -29,6 +29,6 @@ - + diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 6562b4ab2b90..16bd4b1f3958 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -2863,7 +2863,7 @@ void ScFiltersTest::testOrcusODSStyleInterface() /* Test for Style Name "10" * Has ver align, and hor align */ - /* + pStyleSheet = pStyleSheetPool->FindCaseIns("Name10", SfxStyleFamily::Para); CPPUNIT_ASSERT_MESSAGE("Style Name10 : Doesn't have Attribute hor justify, but it should have.", pStyleSheet->GetItemSet().HasItem(ATTR_HOR_JUSTIFY, &pItem)); @@ -2877,7 +2877,7 @@ void ScFiltersTest::testOrcusODSStyleInterface() const SvxVerJustifyItem* pVerJustify = static_cast(pItem); CPPUNIT_ASSERT_MESSAGE("Style Name10 :Error with ver justify", pVerJustify->GetValue() == SVX_VER_JUSTIFY_CENTER); - */ + } #endif -- cgit