Kaydet (Commit) 0544af5f authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Let's put using namespace declarations at the top.

üst e15718c4
...@@ -76,6 +76,8 @@ const int indeterminate = 2; ...@@ -76,6 +76,8 @@ const int indeterminate = 2;
#define XLS_FORMAT_TYPE 318767171 #define XLS_FORMAT_TYPE 318767171
#define XLSX_FORMAT_TYPE 268959811 #define XLSX_FORMAT_TYPE 268959811
using namespace ::com::sun::star;
namespace { namespace {
struct FileFormat { struct FileFormat {
...@@ -123,9 +125,6 @@ void testFile(rtl::OUString& aFileName, ScDocument* pDoc, SCTAB nTab) ...@@ -123,9 +125,6 @@ void testFile(rtl::OUString& aFileName, ScDocument* pDoc, SCTAB nTab)
} }
using namespace ::com::sun::star;
/* Implementation of Filters test */ /* Implementation of Filters test */
class FiltersTest : public CppUnit::TestFixture class FiltersTest : public CppUnit::TestFixture
......
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