summaryrefslogtreecommitdiffstats
path: root/test/source/text/xtextfield.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 14:38:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 14:41:36 +0200
commitadd638b725bb9e5c94b33f6802483bc7101e3681 (patch)
treeafabfbf9b8bee490a1090bd7d45b33afa7f1e79a /test/source/text/xtextfield.cxx
parentconvert edit section dialog to .ui (diff)
downloadcore-add638b725bb9e5c94b33f6802483bc7101e3681.tar.gz
core-add638b725bb9e5c94b33f6802483bc7101e3681.zip
test: clean up namespacing
Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d
Diffstat (limited to 'test/source/text/xtextfield.cxx')
-rw-r--r--test/source/text/xtextfield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/text/xtextfield.cxx b/test/source/text/xtextfield.cxx
index c799a624356b..4261d17c617f 100644
--- a/test/source/text/xtextfield.cxx
+++ b/test/source/text/xtextfield.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
#include "test/text/xtextfield.hxx"
#include <com/sun/star/text/XTextField.hpp>
#include "cppunit/extensions/HelperMacros.h"
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest
{