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;
#define XLS_FORMAT_TYPE 318767171
#define XLSX_FORMAT_TYPE 268959811
using namespace ::com::sun::star;
namespace {
struct FileFormat {
......@@ -123,9 +125,6 @@ void testFile(rtl::OUString& aFileName, ScDocument* pDoc, SCTAB nTab)
}
using namespace ::com::sun::star;
/* Implementation of Filters test */
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