chart2/qa/extras/chart2export.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 4b8b2ce1ed6c388be6d6fd589e51d67851505d63 Author: Markus Mohrhard <[email protected]> Date: Thu Apr 23 02:49:31 2015 +0200 put these into an anonymous namespace Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370 diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index ab30664..676d733 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -165,6 +165,8 @@ void Chart2ExportTest::test() reload("Calc Office Open XML"); } +namespace { + struct CheckForChartName { private: @@ -196,6 +198,8 @@ OUString findChartFile(const OUString& rDir, uno::Reference< container::XNameAcc return *pElement; } +} + xmlDocPtr Chart2ExportTest::parseExport(const OUString& rDir, const OUString& rFilterFormat) { boost::shared_ptr<utl::TempFile> pTempFile = reload(rFilterFormat); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
