summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
Diffstat (limited to 'test/source')
-rw-r--r--test/source/sheet/xsheetoutline.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx
index c07fd866b05d..9e6844c3234c 100644
--- a/test/source/sheet/xsheetoutline.cxx
+++ b/test/source/sheet/xsheetoutline.cxx
@@ -28,13 +28,13 @@ using namespace css::uno;
namespace apitest {
-const OUStringLiteral colLevel1 = u"OutlineSheet.A1:Z1";
-const OUStringLiteral colLevel2 = u"OutlineSheet.C1:W1";
-const OUStringLiteral colLevel3 = u"OutlineSheet.E1:U1";
-const OUStringLiteral colLevel4 = u"OutlineSheet.G1:S1";
+constexpr OUStringLiteral colLevel1 = u"OutlineSheet.A1:Z1";
+constexpr OUStringLiteral colLevel2 = u"OutlineSheet.C1:W1";
+constexpr OUStringLiteral colLevel3 = u"OutlineSheet.E1:U1";
+constexpr OUStringLiteral colLevel4 = u"OutlineSheet.G1:S1";
-const OUStringLiteral rowLevel1 = u"OutlineSheet.A1:A30";
-const OUStringLiteral rowLevel2 = u"OutlineSheet.A3:A27";
+constexpr OUStringLiteral rowLevel1 = u"OutlineSheet.A1:A30";
+constexpr OUStringLiteral rowLevel2 = u"OutlineSheet.A3:A27";
static OUString getVisibleAdress(
uno::Reference<sheet::XSpreadsheet> const& xSheet,