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