summaryrefslogtreecommitdiff
path: root/include/test/sheet/xcellrangedata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xcellrangedata.hxx')
-rw-r--r--include/test/sheet/xcellrangedata.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/test/sheet/xcellrangedata.hxx b/include/test/sheet/xcellrangedata.hxx
index dd56045b8649..63cc44f08bc8 100644
--- a/include/test/sheet/xcellrangedata.hxx
+++ b/include/test/sheet/xcellrangedata.hxx
@@ -10,15 +10,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-using namespace com::sun::star;
-
namespace apitest {
class OOO_DLLPUBLIC_TEST XCellRangeData
{
public:
-
- virtual uno::Reference< uno::XInterface > getXCellRangeData() = 0;
+ virtual css::uno::Reference< css::uno::XInterface > getXCellRangeData() = 0;
void testGetDataArray();
void testSetDataArray();