summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/PDFDocumentTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/cppunit/PDFDocumentTest.cxx')
-rw-r--r--vcl/qa/cppunit/PDFDocumentTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/PDFDocumentTest.cxx b/vcl/qa/cppunit/PDFDocumentTest.cxx
index f1717cf4041f..2246f8e38924 100644
--- a/vcl/qa/cppunit/PDFDocumentTest.cxx
+++ b/vcl/qa/cppunit/PDFDocumentTest.cxx
@@ -22,7 +22,7 @@ public:
PDFDocumentTest() = default;
};
-OUStringLiteral const DATA_DIRECTORY = u"/vcl/qa/cppunit/data/";
+constexpr OUStringLiteral DATA_DIRECTORY = u"/vcl/qa/cppunit/data/";
CPPUNIT_TEST_FIXTURE(PDFDocumentTest, testParseBasicPDF)
{