summaryrefslogtreecommitdiff
path: root/test/source/sheet/xarrayformularange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xarrayformularange.cxx')
-rw-r--r--test/source/sheet/xarrayformularange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xarrayformularange.cxx b/test/source/sheet/xarrayformularange.cxx
index ab4ed7847a3a..f7f30a1af73e 100644
--- a/test/source/sheet/xarrayformularange.cxx
+++ b/test/source/sheet/xarrayformularange.cxx
@@ -27,7 +27,7 @@ void XArrayFormulaRange::testGetSetArrayFormula()
{
uno::Reference<sheet::XArrayFormulaRange> xAFR(init(), UNO_QUERY_THROW);
- const OUString sFormula("=1 + 2 * 5");
+ static const OUStringLiteral sFormula(u"=1 + 2 * 5");
xAFR->setArrayFormula(sFormula);
uno::Reference<sheet::XCellRangeAddressable> xCRA(xAFR, UNO_QUERY_THROW);