[Libreoffice-commits] core.git: chart2/qa

Kohei Yoshida kohei.yoshida at collabora.com
Tue Jun 10 18:17:00 PDT 2014


 chart2/qa/extras/chart2export.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 7d10da2174eac4afd189ee2e9bfb031d315763c1
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
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();


More information about the Libreoffice-commits mailing list