diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-08 02:46:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-08 02:46:56 +0200 |
commit | 0ff4ec7f0a44af22794c2919a13978b3af1bb0b3 (patch) | |
tree | 35f1e022b7914c3ad1636a64af2bdb8c28287485 /chart2/qa | |
parent | 24782e3126b9084fe0530a2642d864b1466dd82a (diff) |
Revert "Related: tdf#93676 in msword chart appears with axis positioned between ticks"
This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 9 | ||||
-rw-r--r-- | chart2/qa/extras/data/odt/axis-position.odt | bin | 21224 -> 0 bytes |
2 files changed, 0 insertions, 9 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index 7004e97a3368..1e73718ec2ab 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -99,7 +99,6 @@ public: void testBarChartVaryColorsXLSX(); void testMultipleAxisXLSX(); void testAxisTitleRotationXLSX(); - void testAxisCrossBetweenXSLX(); CPPUNIT_TEST_SUITE(Chart2ExportTest); CPPUNIT_TEST(testErrorBarXLSX); @@ -163,7 +162,6 @@ public: CPPUNIT_TEST(testBarChartVaryColorsXLSX); CPPUNIT_TEST(testMultipleAxisXLSX); CPPUNIT_TEST(testAxisTitleRotationXLSX); - CPPUNIT_TEST(testAxisCrossBetweenXSLX); CPPUNIT_TEST_SUITE_END(); protected: @@ -1475,13 +1473,6 @@ void Chart2ExportTest::testAxisTitleRotationXLSX() assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:valAx/c:title/c:tx/c:rich/a:bodyPr", "rot", "0"); } -void Chart2ExportTest::testAxisCrossBetweenXSLX() -{ - load("/chart2/qa/extras/data/odt/", "axis-position.odt"); - xmlDocPtr pXmlDoc = parseExport("word/charts/chart", "Office Open XML Text"); - assertXPath(pXmlDoc, "(//c:crossBetween)[1]", "val", "midCat"); -} - CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ExportTest); CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/chart2/qa/extras/data/odt/axis-position.odt b/chart2/qa/extras/data/odt/axis-position.odt Binary files differdeleted file mode 100644 index 35ea152aa0d9..000000000000 --- a/chart2/qa/extras/data/odt/axis-position.odt +++ /dev/null |