summaryrefslogtreecommitdiff
path: root/include/test/sheet/xdatapilotfieldgrouping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xdatapilotfieldgrouping.hxx')
-rw-r--r--include/test/sheet/xdatapilotfieldgrouping.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/test/sheet/xdatapilotfieldgrouping.hxx b/include/test/sheet/xdatapilotfieldgrouping.hxx
index fd11a45cb051..f741663b274e 100644
--- a/include/test/sheet/xdatapilotfieldgrouping.hxx
+++ b/include/test/sheet/xdatapilotfieldgrouping.hxx
@@ -11,8 +11,6 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
-using namespace com::sun::star;
-
namespace apitest {
class OOO_DLLPUBLIC_TEST XDataPilotFieldGrouping
@@ -21,7 +19,7 @@ public:
void testCreateNameGroup();
void testCreateDateGroup();
- virtual uno::Reference< uno::XInterface > init() = 0;
+ virtual css::uno::Reference< css::uno::XInterface > init() = 0;
protected:
~XDataPilotFieldGrouping() {}