Kaydet (Commit) 9caf0b7c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix ambiguous template parameter in test

Change-Id: Icb574b66c184ba95de0e925393c898d2cfc1e479
üst 6b15221e
......@@ -88,7 +88,7 @@ void Test::defaultTabStopNotInStyles()
uno::Reference< beans::XPropertySet > properties( paragraphStyles->getByName( "Standard" ), uno::UNO_QUERY );
uno::Sequence< style::TabStop > stops = getProperty< uno::Sequence< style::TabStop > >(
paragraphStyles->getByName( "Standard" ), "ParaTabStops" );
CPPUNIT_ASSERT_EQUAL( 0, stops.getLength());
CPPUNIT_ASSERT_EQUAL( static_cast<sal_Int32>(0), stops.getLength());
}
CPPUNIT_TEST_SUITE_REGISTRATION(Test);
......
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