diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 09:16:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 11:45:22 +0200 |
commit | 5169a27da5efa8bd69e1bf0ce5506d358d156a35 (patch) | |
tree | 96f54e195ba4205c58e05d0b00a2c3ac72e66f67 /vcl/qa | |
parent | 6e32a6575bd375ab3a5212fe07d3fb2525338ee6 (diff) |
this needs pdfium
Change-Id: I0ee2d81f2d720b16e2399cf7abdea18505274ad3
Reviewed-on: https://gerrit.libreoffice.org/54299
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 62e1713a14cf..320c1653af9a 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -84,8 +84,8 @@ public: /// Test writing ActualText for LTR many to one glyph to Unicode mapping. void testTdf66597_3(); #endif -#endif void testTdf109143(); +#endif CPPUNIT_TEST_SUITE(PdfExportTest); #if HAVE_FEATURE_PDFIUM @@ -112,8 +112,8 @@ public: CPPUNIT_TEST(testTdf66597_2); CPPUNIT_TEST(testTdf66597_3); #endif -#endif CPPUNIT_TEST(testTdf109143); +#endif CPPUNIT_TEST_SUITE_END(); }; |