Kaydet (Commit) cc2ee044 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for sal_Int32 = long

...after 252ce90e "sw lokit: add page syles to
header & footer"

Change-Id: Ia0b3f8194d889fc1022da08bac06c85cbb22dd3b
üst 587f0b03
......@@ -1953,7 +1953,7 @@ void checkPageHeaderOrFooter(const SfxViewShell* pViewShell, sal_uInt16 nWhich,
pListItem->GetStringList(aSeq);
if (bValue)
{
CPPUNIT_ASSERT_EQUAL(1, aSeq.getLength());
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), aSeq.getLength());
CPPUNIT_ASSERT_EQUAL(OUString("Default Style"), aSeq[0]);
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment