summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 18:17:53 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 18:17:53 +0200
commit934a179b75de2385f1235847a3cbbf8c92480ec3 (patch)
tree44eca1327c611c465908369cac7a04fc23312d42 /sc
parent50600ee5c18ca60c91b5690287133b3ffdc308af (diff)
forgot those
Change-Id: I8ae6f047744581dbddfbd10b08bc6e4fcf34b0de
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/scannotationobj.cxx3
-rw-r--r--sc/qa/extras/scannotationshapeobj.cxx3
-rw-r--r--sc/qa/extras/scannotationsobj.cxx3
-rw-r--r--sc/qa/extras/sccellrangeobj.cxx3
-rw-r--r--sc/qa/extras/scdatabaserangeobj.cxx2
-rw-r--r--sc/qa/extras/scdatapilotfieldobj.cxx3
-rw-r--r--sc/qa/extras/sceditfieldobj-cell.cxx3
-rw-r--r--sc/qa/extras/sceditfieldobj-header.cxx3
-rw-r--r--sc/qa/extras/scmodelobj.cxx3
-rw-r--r--sc/qa/extras/scnamedrangeobj.cxx3
-rw-r--r--sc/qa/extras/scnamedrangesobj.cxx3
-rw-r--r--sc/qa/extras/scoutlineobj.cxx3
-rw-r--r--sc/qa/extras/sctablesheetobj.cxx3
-rw-r--r--sc/qa/extras/sctablesheetsobj.cxx3
14 files changed, 41 insertions, 0 deletions
diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx
index 0f9134ffb6e1..c6e4056fa1af 100644
--- a/sc/qa/extras/scannotationobj.cxx
+++ b/sc/qa/extras/scannotationobj.cxx
@@ -38,6 +38,9 @@
#include <com/sun/star/sheet/XSheetAnnotationAnchor.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 5
diff --git a/sc/qa/extras/scannotationshapeobj.cxx b/sc/qa/extras/scannotationshapeobj.cxx
index d1829c8ddd26..d407118a664a 100644
--- a/sc/qa/extras/scannotationshapeobj.cxx
+++ b/sc/qa/extras/scannotationshapeobj.cxx
@@ -17,6 +17,9 @@
#define NUMBER_OF_TESTS 1
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
class ScAnnotationShapeObj : public UnoApiTest, apitest::XText
diff --git a/sc/qa/extras/scannotationsobj.cxx b/sc/qa/extras/scannotationsobj.cxx
index 9e137ceb6b8e..383376ded04d 100644
--- a/sc/qa/extras/scannotationsobj.cxx
+++ b/sc/qa/extras/scannotationsobj.cxx
@@ -34,6 +34,9 @@
#include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 2
diff --git a/sc/qa/extras/sccellrangeobj.cxx b/sc/qa/extras/sccellrangeobj.cxx
index b5ba6fd15c4f..abbacd5a0d70 100644
--- a/sc/qa/extras/sccellrangeobj.cxx
+++ b/sc/qa/extras/sccellrangeobj.cxx
@@ -18,6 +18,9 @@
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/table/XCellRange.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 14
diff --git a/sc/qa/extras/scdatabaserangeobj.cxx b/sc/qa/extras/scdatabaserangeobj.cxx
index f2a78354bef8..527497bfeaf8 100644
--- a/sc/qa/extras/scdatabaserangeobj.cxx
+++ b/sc/qa/extras/scdatabaserangeobj.cxx
@@ -15,6 +15,8 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
+using namespace css;
+using namespace css::uno;
namespace sc_apitest {
diff --git a/sc/qa/extras/scdatapilotfieldobj.cxx b/sc/qa/extras/scdatapilotfieldobj.cxx
index f69f0273a712..637dadad64f8 100644
--- a/sc/qa/extras/scdatapilotfieldobj.cxx
+++ b/sc/qa/extras/scdatapilotfieldobj.cxx
@@ -17,6 +17,9 @@
#include <com/sun/star/sheet/XDataPilotTables.hpp>
#include <com/sun/star/sheet/XDataPilotDescriptor.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 6
diff --git a/sc/qa/extras/sceditfieldobj-cell.cxx b/sc/qa/extras/sceditfieldobj-cell.cxx
index 028e58710110..909b1c69062c 100644
--- a/sc/qa/extras/sceditfieldobj-cell.cxx
+++ b/sc/qa/extras/sceditfieldobj-cell.cxx
@@ -22,6 +22,9 @@
#define NUMBER_OF_TESTS 7
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
class ScEditFieldObj_Cell : public UnoApiTest, apitest::XTextField, apitest::XTextContent, apitest::XPropertySet
diff --git a/sc/qa/extras/sceditfieldobj-header.cxx b/sc/qa/extras/sceditfieldobj-header.cxx
index eb719744904d..5a97dfebfd82 100644
--- a/sc/qa/extras/sceditfieldobj-header.cxx
+++ b/sc/qa/extras/sceditfieldobj-header.cxx
@@ -25,6 +25,9 @@
#define NUMBER_OF_TESTS 5
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
class ScEditFieldObj_Header : public UnoApiTest, apitest::XTextContent, apitest::XPropertySet
diff --git a/sc/qa/extras/scmodelobj.cxx b/sc/qa/extras/scmodelobj.cxx
index 3b8faf493996..701b289d1326 100644
--- a/sc/qa/extras/scmodelobj.cxx
+++ b/sc/qa/extras/scmodelobj.cxx
@@ -10,6 +10,9 @@
#include <test/unoapi_test.hxx>
#include <test/sheet/xgoalseek.hxx>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 1
diff --git a/sc/qa/extras/scnamedrangeobj.cxx b/sc/qa/extras/scnamedrangeobj.cxx
index de45568264eb..43103c0040d4 100644
--- a/sc/qa/extras/scnamedrangeobj.cxx
+++ b/sc/qa/extras/scnamedrangeobj.cxx
@@ -17,6 +17,9 @@
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XNamedRanges.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 9
diff --git a/sc/qa/extras/scnamedrangesobj.cxx b/sc/qa/extras/scnamedrangesobj.cxx
index 01f15ba0dc86..02dc58afc937 100644
--- a/sc/qa/extras/scnamedrangesobj.cxx
+++ b/sc/qa/extras/scnamedrangesobj.cxx
@@ -14,6 +14,9 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sheet/XNamedRanges.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 3
diff --git a/sc/qa/extras/scoutlineobj.cxx b/sc/qa/extras/scoutlineobj.cxx
index b9c80f535ac1..ec17cdbeafd8 100644
--- a/sc/qa/extras/scoutlineobj.cxx
+++ b/sc/qa/extras/scoutlineobj.cxx
@@ -32,6 +32,9 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 6
diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx
index 914912d384c7..01a817184e0d 100644
--- a/sc/qa/extras/sctablesheetobj.cxx
+++ b/sc/qa/extras/sctablesheetobj.cxx
@@ -15,6 +15,9 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest
{
diff --git a/sc/qa/extras/sctablesheetsobj.cxx b/sc/qa/extras/sctablesheetsobj.cxx
index 374df01f939c..7a65cfb53474 100644
--- a/sc/qa/extras/sctablesheetsobj.cxx
+++ b/sc/qa/extras/sctablesheetsobj.cxx
@@ -14,6 +14,9 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
+using namespace css;
+using namespace css::uno;
+
namespace sc_apitest {
#define NUMBER_OF_TESTS 13