From 0ab1e76a29bbd667a208d63e3b6fe207d32d8374 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Aug 2015 13:12:42 +0200 Subject: loplugin:defaultparams Change-Id: Iaf6415d3b33a4ce195a00913a0df69f1fb794217 --- sc/qa/extras/sccondformats.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/extras') diff --git a/sc/qa/extras/sccondformats.cxx b/sc/qa/extras/sccondformats.cxx index 8b6f66647f2c..4dd558bec98b 100644 --- a/sc/qa/extras/sccondformats.cxx +++ b/sc/qa/extras/sccondformats.cxx @@ -162,7 +162,7 @@ void ScConditionalFormatTest::testUndoAnchor() CPPUNIT_ASSERT_MESSAGE( sFailedMessage.getStr(), pDrawView != NULL ); // Select graphic object - pDrawView->MarkNextObj(false); + pDrawView->MarkNextObj(); CPPUNIT_ASSERT_MESSAGE( sFailedMessage.getStr(), pDrawView->AreObjectsMarked() ); // Set Cell Anchor -- cgit