[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Mon Jul 11 14:40:46 UTC 2016
sc/qa/unit/ucalc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b451c312384c4d62edd246d9ecb7fd99f6c8861a
Author: Stephan Bergmann <sbergman at 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() );
More information about the Libreoffice-commits
mailing list