diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/screenshot_test.cxx | 2 | ||||
-rw-r--r-- | test/source/sheet/xspreadsheets2.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx index b1bdf7d98ddf..8e6a8775db05 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 -static constexpr OUStringLiteral g_aScreenshotDirectory("screenshots"); +constexpr OUStringLiteral g_aScreenshotDirectory("screenshots"); ScreenshotTest::ScreenshotTest() : maKnownDialogs() diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx index 5544d026d195..d494e40c5136 100644 --- a/test/source/sheet/xspreadsheets2.cxx +++ b/test/source/sheet/xspreadsheets2.cxx @@ -32,9 +32,9 @@ using namespace css::uno; namespace apitest { -static constexpr OUStringLiteral gaSrcSheetName("SheetToCopy"); -static constexpr OUStringLiteral gaSrcFileName("rangenamessrc.ods"); -static constexpr OUStringLiteral gaDestFileBase("ScNamedRangeObj.ods"); +constexpr OUStringLiteral gaSrcSheetName("SheetToCopy"); +constexpr OUStringLiteral gaSrcFileName("rangenamessrc.ods"); +constexpr OUStringLiteral gaDestFileBase("ScNamedRangeObj.ods"); static sal_Int32 nInsertedSheets(0); |