diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-11 16:40:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-11 16:40:21 +0200 |
commit | b451c312384c4d62edd246d9ecb7fd99f6c8861a (patch) | |
tree | 7c2c8517a13ea09b46db8112f71c41896dd09bb4 /sc | |
parent | 9f994a9753fa134b2594b32b3b8ec1c1d13f0442 (diff) |
loplugin:staticcall
Change-Id: Ie3f403560ddd9fcdf560b2705bf6b70be28d7d45
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 6e3c30b0d985..387914af4591 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() ); |