Kaydet (Commit) e3f013da authored tarafından Jens Carl's avatar Jens Carl

Replace "using namespace" with qualified indentifiers

Change-Id: I69cfd2a3528b059fe7d0be8c38e49782ca1fa78a
Reviewed-on: https://gerrit.libreoffice.org/63272
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 6865c528
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XAreaLink
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XAreaLink(){}
void testGetSourceArea();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XAreaLinks
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
void testInsertAtPosition();
void testRemoveByIndex();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XCellAddressable
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XCellAddressable(){}
void testGetCellAddress();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XSheetAnnotationShapeSupplier
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XSheetAnnotationShapeSupplier(){}
void testGetAnnotationShape();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XSpreadsheet
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
void testCreateCursor();
void testCreateCursorByRange();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XSpreadsheets
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XSpreadsheets(){}
void testInsertNewByName();
......
......@@ -15,16 +15,13 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XSubTotalCalculatable
{
public:
virtual uno::Reference< css::uno::XInterface > init() = 0;
virtual uno::Reference< css::uno::XInterface > getXSpreadsheet() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > getXSpreadsheet() = 0;
void testCreateSubTotalDescriptor();
void testApplyRemoveSubTotals();
......
......@@ -14,16 +14,13 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XUsedAreaCursor
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual uno::Reference< uno::XInterface > getXSpreadsheet() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > getXSpreadsheet() = 0;
virtual ~XUsedAreaCursor(){}
void testGotoStartOfUsedArea();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XViewFreezable
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XViewFreezable(){}
void testFreeze();
......
......@@ -14,15 +14,12 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XViewPane
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
void testFirstVisibleColumn();
void testFirstVisibleRow();
......
......@@ -14,16 +14,13 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
using namespace css;
using namespace css::uno;
namespace apitest {
class OOO_DLLPUBLIC_TEST XViewSplitable
{
public:
virtual uno::Reference< uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual ~XViewSplitable(){}
void testSplit();
......
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