diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-23 02:49:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-23 02:49:31 +0200 |
commit | 4b8b2ce1ed6c388be6d6fd589e51d67851505d63 (patch) | |
tree | 493dbca1a3a109102b32338bc0ff421cc6348e69 /chart2/qa | |
parent | ac8c6a6ab812c2dff9a664bf3a1dcc684cc1ac64 (diff) |
put these into an anonymous namespace
Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index ab30664df852..676d7331e29a 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); |