sc/qa/extras/scannotationobj.cxx | 3 +++ sc/qa/extras/scannotationshapeobj.cxx | 3 +++ sc/qa/extras/scannotationsobj.cxx | 3 +++ sc/qa/extras/sccellrangeobj.cxx | 3 +++ sc/qa/extras/scdatabaserangeobj.cxx | 2 ++ sc/qa/extras/scdatapilotfieldobj.cxx | 3 +++ sc/qa/extras/sceditfieldobj-cell.cxx | 3 +++ sc/qa/extras/sceditfieldobj-header.cxx | 3 +++ sc/qa/extras/scmodelobj.cxx | 3 +++ sc/qa/extras/scnamedrangeobj.cxx | 3 +++ sc/qa/extras/scnamedrangesobj.cxx | 3 +++ sc/qa/extras/scoutlineobj.cxx | 3 +++ sc/qa/extras/sctablesheetobj.cxx | 3 +++ sc/qa/extras/sctablesheetsobj.cxx | 3 +++ 14 files changed, 41 insertions(+)
New commits: commit 934a179b75de2385f1235847a3cbbf8c92480ec3 Author: Thomas Arnhold <[email protected]> Date: Fri Apr 26 18:17:53 2013 +0200 forgot those Change-Id: I8ae6f047744581dbddfbd10b08bc6e4fcf34b0de diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx index 0f9134f..c6e4056 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 d1829c8..d407118 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 9e137ce..383376d 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 b5ba6fd..abbacd5 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 f2a7835..527497b 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 f69f027..637dada 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 028e587..909b1c6 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 eb71974..5a97dfe 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 3b8faf4..701b289 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 de45568..43103c0 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 01f15ba..02dc58a 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 b9c80f5..ec17cdb 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 914912d..01a8171 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 374df01..7a65cfb 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
