Enable cell alignment test in orcus interface
Change-Id: I1078e29d6fa0c51a4457b43806340eaf10096a92
This commit is contained in:
parent
55fcc38640
commit
1c54582a04
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue