sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b451c312384c4d62edd246d9ecb7fd99f6c8861a Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Jul 11 16:40:21 2016 +0200 loplugin:staticcall Change-Id: Ie3f403560ddd9fcdf560b2705bf6b70be28d7d45 diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 6e3c30b..387914a 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -5986,7 +5986,7 @@ void Test::testEmptyCalcDocDefaults() CPPUNIT_ASSERT_EQUAL( false, m_pDoc->IsInVBAMode() ); CPPUNIT_ASSERT_EQUAL( false, m_pDoc->HasNotes() ); CPPUNIT_ASSERT_EQUAL( false, m_pDoc->IsCutMode() ); - CPPUNIT_ASSERT_EQUAL( true, m_pDoc->CheckMacroWarn() ); + CPPUNIT_ASSERT_EQUAL( true, ScDocument::CheckMacroWarn() ); CPPUNIT_ASSERT_EQUAL( false, m_pDoc->IsUsingEmbededFonts() ); CPPUNIT_ASSERT_EQUAL( false, m_pDoc->IsEmbedded() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits