summaryrefslogtreecommitdiff
path: root/include/test/sheet/xsheetoutline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xsheetoutline.hxx')
-rw-r--r--include/test/sheet/xsheetoutline.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/test/sheet/xsheetoutline.hxx b/include/test/sheet/xsheetoutline.hxx
index b52ac0eeb7aa..54db6661e2c3 100644
--- a/include/test/sheet/xsheetoutline.hxx
+++ b/include/test/sheet/xsheetoutline.hxx
@@ -30,14 +30,12 @@
#include <com/sun/star/sheet/XSheetOutline.hpp>
#include <test/testdllapi.hxx>
-using namespace com::sun::star;
-
namespace apitest {
class OOO_DLLPUBLIC_TEST XSheetOutline
{
public:
- virtual uno::Reference< uno::XInterface > init() = 0;
+ virtual css::uno::Reference< css::uno::XInterface > init() = 0;
// XSheetOutline
void testHideDetail();