chart2/qa/extras/chart2export.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 7d10da2174eac4afd189ee2e9bfb031d315763c1 Author: Kohei Yoshida <[email protected]> Date: Tue Jun 10 21:16:44 2014 -0400 Remove this. Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2 diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index 297950b..8ad51b6 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -725,9 +725,6 @@ void Chart2ExportTest::testScatterPlotLabels() 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); CPPUNIT_ASSERT(xDSCont.is()); Sequence<uno::Reference<chart2::XDataSeries> > aDataSeriesSeq = xDSCont->getDataSeries(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
