diff options
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-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 5642654a0d2e..a72fb326029c 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -463,7 +463,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf113027) // Add a formula containing a remote reference, i.e., to another sheet const ScAddress aScAddress(0, 0, 0); - const OUString aFormula = "='Sheet 2'!RC"; + static constexpr OUStringLiteral aFormula = u"='Sheet 2'!RC"; m_pDoc->SetString(aScAddress, aFormula); // Switch from relative to absolute cell reference |