diff options
Diffstat (limited to 'sc/qa/unit/helper/qahelper.hxx')
-rw-r--r-- | sc/qa/unit/helper/qahelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index 9929c6c800c1..dc4afd19bf53 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -249,7 +249,7 @@ public: CPPUNIT_ASSERT_EQUAL( static_cast<type>(expected), static_cast<type>(result) ); SCQAHELPER_DLLPUBLIC void checkFormula(ScDocument& rDoc, const ScAddress& rPos, - const char* expected, const char* msg, CppUnit::SourceLine sourceLine); + const char* expected, const char* msg, CppUnit::SourceLine const & sourceLine); #define ASSERT_FORMULA_EQUAL(doc, pos, expected, msg) \ checkFormula(doc, pos, expected, msg, CPPUNIT_SOURCELINE()) |