Kaydet (Commit) 4b8b2ce1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

put these into an anonymous namespace

Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
üst ac8c6a6a
...@@ -165,6 +165,8 @@ void Chart2ExportTest::test() ...@@ -165,6 +165,8 @@ void Chart2ExportTest::test()
reload("Calc Office Open XML"); reload("Calc Office Open XML");
} }
namespace {
struct CheckForChartName struct CheckForChartName
{ {
private: private:
...@@ -196,6 +198,8 @@ OUString findChartFile(const OUString& rDir, uno::Reference< container::XNameAcc ...@@ -196,6 +198,8 @@ OUString findChartFile(const OUString& rDir, uno::Reference< container::XNameAcc
return *pElement; return *pElement;
} }
}
xmlDocPtr Chart2ExportTest::parseExport(const OUString& rDir, const OUString& rFilterFormat) xmlDocPtr Chart2ExportTest::parseExport(const OUString& rDir, const OUString& rFilterFormat)
{ {
boost::shared_ptr<utl::TempFile> pTempFile = reload(rFilterFormat); boost::shared_ptr<utl::TempFile> pTempFile = reload(rFilterFormat);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment