Enable cell alignment test in orcus interface

Change-Id: I1078e29d6fa0c51a4457b43806340eaf10096a92
This commit is contained in:
Jaskaran Singh 2016-08-06 15:22:16 +05:30 committed by Markus Mohrhard
parent 55fcc38640
commit 1c54582a04
2 changed files with 3 additions and 3 deletions

View file

@ -29,6 +29,6 @@
</style:style>
<style:style style:name="Name10" style:family="table-cell" style:parent-style-name="Text">
<style:table-cell-properties style:vertical-align="middle"/>
<style:paragraph-properties fo:text-align="start"/>
<style:paragraph-properties fo:text-align="end"/>
</style:style>
</office:styles>

View file

@ -2867,7 +2867,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));
@ -2881,7 +2881,7 @@ void ScFiltersTest::testOrcusODSStyleInterface()
const SvxVerJustifyItem* pVerJustify = static_cast<const SvxVerJustifyItem*>(pItem);
CPPUNIT_ASSERT_MESSAGE("Style Name10 :Error with ver justify", pVerJustify->GetValue() == SVX_VER_JUSTIFY_CENTER);
*/
}
#endif