diff options
Diffstat (limited to 'svl/qa/unit/svl.cxx')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index a27651c808e0..1b90ee5c8b88 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1379,7 +1379,7 @@ void Test::testUserDefinedNumberFormats() OUString sCode, sExpected; SvNumberFormatter aFormatter(m_xContext, eLang); // tdf#158890 replace '?' with figure blank (0x2007) - constexpr OUString sBlankDigit = u" "_ustr; + static constexpr OUString sBlankDigit = u" "_ustr; { // tdf#97835: suppress decimal separator sCode = "0.##\" m\""; sExpected = "12 m"; |