summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-11-11 21:53:46 +0000
committerJens Carl <j.carl43@gmx.de>2018-11-12 05:12:12 +0100
commite3f013dadb3aef25763ba08c37abd84a50171b2f (patch)
tree54b156391639efbef1e9c5e7f59029d7b755dbe7 /include
parent6865c528ac9df212c14ef2a000358141a147fe22 (diff)
Replace "using namespace" with qualified indentifiers
Change-Id: I69cfd2a3528b059fe7d0be8c38e49782ca1fa78a Reviewed-on: https://gerrit.libreoffice.org/63272 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include')
-rw-r--r--include/test/sheet/xarealink.hxx5
-rw-r--r--include/test/sheet/xarealinks.hxx5
-rw-r--r--include/test/sheet/xcelladdressable.hxx5
-rw-r--r--include/test/sheet/xsheetannotationshapesupplier.hxx5
-rw-r--r--include/test/sheet/xspreadsheet.hxx5
-rw-r--r--include/test/sheet/xspreadsheets.hxx5
-rw-r--r--include/test/sheet/xsubtotalcalculatable.hxx7
-rw-r--r--include/test/sheet/xusedareacursor.hxx7
-rw-r--r--include/test/sheet/xviewfreezable.hxx5
-rw-r--r--include/test/sheet/xviewpane.hxx5
-rw-r--r--include/test/sheet/xviewsplitable.hxx5
11 files changed, 13 insertions, 46 deletions
diff --git a/include/test/sheet/xarealink.hxx b/include/test/sheet/xarealink.hxx
index 4dae48cc1e10..1f1636207f6f 100644
--- a/include/test/sheet/xarealink.hxx
+++ b/include/test/sheet/xarealink.hxx
@@ -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();
diff --git a/include/test/sheet/xarealinks.hxx b/include/test/sheet/xarealinks.hxx
index f85667b9b15e..1007c28e57df 100644
--- a/include/test/sheet/xarealinks.hxx
+++ b/include/test/sheet/xarealinks.hxx
@@ -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();
diff --git a/include/test/sheet/xcelladdressable.hxx b/include/test/sheet/xcelladdressable.hxx
index 00d26a3b9119..9fcae658b2a5 100644
--- a/include/test/sheet/xcelladdressable.hxx
+++ b/include/test/sheet/xcelladdressable.hxx
@@ -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();
diff --git a/include/test/sheet/xsheetannotationshapesupplier.hxx b/include/test/sheet/xsheetannotationshapesupplier.hxx
index 704f9f1516d5..72600c1aac7f 100644
--- a/include/test/sheet/xsheetannotationshapesupplier.hxx
+++ b/include/test/sheet/xsheetannotationshapesupplier.hxx
@@ -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();
diff --git a/include/test/sheet/xspreadsheet.hxx b/include/test/sheet/xspreadsheet.hxx
index 300d3670e1b5..13604921a5fb 100644
--- a/include/test/sheet/xspreadsheet.hxx
+++ b/include/test/sheet/xspreadsheet.hxx
@@ -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();
diff --git a/include/test/sheet/xspreadsheets.hxx b/include/test/sheet/xspreadsheets.hxx
index 3c8ecb4f37e5..40c4b2f5a03f 100644
--- a/include/test/sheet/xspreadsheets.hxx
+++ b/include/test/sheet/xspreadsheets.hxx
@@ -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();
diff --git a/include/test/sheet/xsubtotalcalculatable.hxx b/include/test/sheet/xsubtotalcalculatable.hxx
index d083a85fc395..4c5202b16dd8 100644
--- a/include/test/sheet/xsubtotalcalculatable.hxx
+++ b/include/test/sheet/xsubtotalcalculatable.hxx
@@ -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();
diff --git a/include/test/sheet/xusedareacursor.hxx b/include/test/sheet/xusedareacursor.hxx
index 546907ddfa7c..fddd2002a8dc 100644
--- a/include/test/sheet/xusedareacursor.hxx
+++ b/include/test/sheet/xusedareacursor.hxx
@@ -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();
diff --git a/include/test/sheet/xviewfreezable.hxx b/include/test/sheet/xviewfreezable.hxx
index da5b56febe41..1da565f70dd4 100644
--- a/include/test/sheet/xviewfreezable.hxx
+++ b/include/test/sheet/xviewfreezable.hxx
@@ -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();
diff --git a/include/test/sheet/xviewpane.hxx b/include/test/sheet/xviewpane.hxx
index 1ab20a189912..12ab794ecf07 100644
--- a/include/test/sheet/xviewpane.hxx
+++ b/include/test/sheet/xviewpane.hxx
@@ -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();
diff --git a/include/test/sheet/xviewsplitable.hxx b/include/test/sheet/xviewsplitable.hxx
index 3ead42a919a9..36956d375e55 100644
--- a/include/test/sheet/xviewsplitable.hxx
+++ b/include/test/sheet/xviewsplitable.hxx
@@ -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();