Kaydet (Commit) 7d10da21 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove this.

Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
üst 81d2c208
...@@ -725,9 +725,6 @@ void Chart2ExportTest::testScatterPlotLabels() ...@@ -725,9 +725,6 @@ void Chart2ExportTest::testScatterPlotLabels()
OUString aLabelRole = xCT->getRoleOfSequenceForSeriesLabel(); OUString aLabelRole = xCT->getRoleOfSequenceForSeriesLabel();
fprintf(stdout, "Chart2ExportTest::testScatterPlotLabels: label role = '%s\n",
rtl::OUStringToOString(aLabelRole, RTL_TEXTENCODING_UTF8).getStr());
Reference<chart2::XDataSeriesContainer> xDSCont(xCT, uno::UNO_QUERY); Reference<chart2::XDataSeriesContainer> xDSCont(xCT, uno::UNO_QUERY);
CPPUNIT_ASSERT(xDSCont.is()); CPPUNIT_ASSERT(xDSCont.is());
Sequence<uno::Reference<chart2::XDataSeries> > aDataSeriesSeq = xDSCont->getDataSeries(); Sequence<uno::Reference<chart2::XDataSeries> > aDataSeriesSeq = xDSCont->getDataSeries();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment