vcl/workben/fftester.cxx | 14 -------------- 1 file changed, 14 deletions(-)
New commits: commit 4ddb7976e7d23c902647c651074849bc7682e564 Author: Caolán McNamara <[email protected]> Date: Sun Aug 6 16:48:09 2017 +0100 wrong qpw fftester attempt the correct "qpw" effort was added later Change-Id: Iee2fb66b99759317ca9ba25c2c7b1956ee4bb48f Reviewed-on: https://gerrit.libreoffice.org/40809 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx index 85c7e6368999..19e37ca0b0d6 100644 --- a/vcl/workben/fftester.cxx +++ b/vcl/workben/fftester.cxx @@ -392,20 +392,6 @@ try_again: } ret = (int) (*pfnImport)(out); } - else if (strcmp(argv[2], "ww2") == 0) - { - static FFilterCall pfnImport(nullptr); - if (!pfnImport) - { - osl::Module aLibrary; - aLibrary.loadRelative(&thisModule, "libscfiltlo.so", SAL_LOADMODULE_LAZY); - pfnImport = reinterpret_cast<FFilterCall>( - aLibrary.getFunctionSymbol("TestImportQPW")); - aLibrary.release(); - } - SvFileStream aFileStream(out, StreamMode::READ); - ret = (int) (*pfnImport)(aFileStream); - } else if (strcmp(argv[2], "hwp") == 0) { static FFilterCall pfnImport(nullptr);
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
