summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/screenshot_test.cxx2
-rw-r--r--test/source/sheet/xsheetoutline.cxx12
-rw-r--r--test/source/sheet/xspreadsheets2.cxx6
3 files changed, 10 insertions, 10 deletions
diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx
index 9d02a67b896b..3b91038fda48 100644
--- a/test/source/screenshot_test.cxx
+++ b/test/source/screenshot_test.cxx
@@ -40,7 +40,7 @@ using namespace css;
using namespace css::uno;
/// the target directory for screenshots
-constexpr OUStringLiteral g_aScreenshotDirectory("screenshots");
+constexpr OUStringLiteral g_aScreenshotDirectory(u"screenshots");
ScreenshotTest::ScreenshotTest()
: maKnownDialogs()
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx
index 82b690605b07..c07fd866b05d 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 = "OutlineSheet.A1:Z1";
-const OUStringLiteral colLevel2 = "OutlineSheet.C1:W1";
-const OUStringLiteral colLevel3 = "OutlineSheet.E1:U1";
-const OUStringLiteral colLevel4 = "OutlineSheet.G1:S1";
+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";
-const OUStringLiteral rowLevel1 = "OutlineSheet.A1:A30";
-const OUStringLiteral rowLevel2 = "OutlineSheet.A3:A27";
+const OUStringLiteral rowLevel1 = u"OutlineSheet.A1:A30";
+const OUStringLiteral rowLevel2 = u"OutlineSheet.A3:A27";
static OUString getVisibleAdress(
uno::Reference<sheet::XSpreadsheet> const& xSheet,
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index d494e40c5136..98070812b2b9 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -32,9 +32,9 @@ using namespace css::uno;
namespace apitest {
-constexpr OUStringLiteral gaSrcSheetName("SheetToCopy");
-constexpr OUStringLiteral gaSrcFileName("rangenamessrc.ods");
-constexpr OUStringLiteral gaDestFileBase("ScNamedRangeObj.ods");
+constexpr OUStringLiteral gaSrcSheetName(u"SheetToCopy");
+constexpr OUStringLiteral gaSrcFileName(u"rangenamessrc.ods");
+constexpr OUStringLiteral gaDestFileBase(u"ScNamedRangeObj.ods");
static sal_Int32 nInsertedSheets(0);