From add638b725bb9e5c94b33f6802483bc7101e3681 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 26 Apr 2013 14:38:52 +0200 Subject: test: clean up namespacing Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d --- test/source/sheet/xsheetoutline.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/source/sheet/xsheetoutline.cxx') diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index c902e65d1fc5..11d1acc4eb63 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -41,7 +41,8 @@ #include "cppunit/extensions/HelperMacros.h" #include -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; namespace apitest { -- cgit