summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-19 09:05:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-19 09:05:45 +0100
commitcc2ee044d9fc34d112842ca6e4150567238c7e4f (patch)
treea3ebf92879d8a5439b767cfe7c4164d099eb17c6 /sw/qa/extras/tiledrendering
parent587f0b03c3ba5bdea12cd3cfc9564a70b77a54e9 (diff)
Blind fix for sal_Int32 = long
...after 252ce90e39648c47bcfdb39547d0ac82bacdbae6 "sw lokit: add page syles to header & footer" Change-Id: Ia0b3f8194d889fc1022da08bac06c85cbb22dd3b
Diffstat (limited to 'sw/qa/extras/tiledrendering')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 3a9c1c6f9985..3cbb48c6f26e 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -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