diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-10 21:16:44 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-10 21:17:02 -0400 |
commit | 7d10da2174eac4afd189ee2e9bfb031d315763c1 (patch) | |
tree | 106b7e87444a79de1c177215f9dbdb10826d7526 /chart2/qa | |
parent | 81d2c208a4e6f9df87e2ee70c6e6da146742178a (diff) |
Remove this.
Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index 297950b837e2..8ad51b66e25d 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(); |