chart2/qa/extras/chart2dump/chart2dump.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 6d537d759b326ef6d1c2e169e26ba95868d4766d Author: Tamás Zolnai <[email protected]> Date: Tue Feb 14 21:34:04 2017 +0100 Remove these temporarily added defines Changing font to a bundled one does not solve the issue. Change-Id: I2606657a78115bc9b01cda9f0825b55ecfad3ab8 diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx b/chart2/qa/extras/chart2dump/chart2dump.cxx index 938522a..316445a 100755 --- a/chart2/qa/extras/chart2dump/chart2dump.cxx +++ b/chart2/qa/extras/chart2dump/chart2dump.cxx @@ -560,9 +560,6 @@ DECLARE_DUMP_TEST(GridTest, Chart2DumpTest, false) } } -#undef INT_EPS -#define INT_EPS 0.1 - DECLARE_DUMP_TEST(AxisGeometryTest, Chart2DumpTest, false) { const std::vector<OUString> aTestFiles = @@ -636,9 +633,6 @@ DECLARE_DUMP_TEST(AxisGeometryTest, Chart2DumpTest, false) } } -#undef INT_EPS -#define INT_EPS 2.1 - DECLARE_DUMP_TEST(AxisLabelTest, Chart2DumpTest, false) { const std::vector<OUString> aTestFiles =
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
