diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-23 18:11:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-24 09:28:32 +0200 |
commit | 66604baf08c47cc0c77ab3b9ee7e77f987c64722 (patch) | |
tree | 7bef8f275ffcb9557b97e84707478f0be880406a /vcl | |
parent | 844b3c067ccef7c8fcd38f4456689065dee5a447 (diff) |
Consistently use OUString in test::Directories
Change-Id: Ia5fd8af34ee9d2f37e4450ab241f6bb9a06445b2
Reviewed-on: https://gerrit.libreoffice.org/41466
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 42f39c961dda..f00f21afff55 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -120,7 +120,7 @@ void PdfExportTest::tearDown() #if HAVE_FEATURE_PDFIUM -const char* const DATA_DIRECTORY = "/vcl/qa/cppunit/pdfexport/data/"; +char const DATA_DIRECTORY[] = "/vcl/qa/cppunit/pdfexport/data/"; void PdfExportTest::load(const OUString& rFile, vcl::filter::PDFDocument& rDocument) { |