diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 14:38:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 14:41:36 +0200 |
commit | add638b725bb9e5c94b33f6802483bc7101e3681 (patch) | |
tree | afabfbf9b8bee490a1090bd7d45b33afa7f1e79a /test/source/util | |
parent | f5e003050c65669d53d0d4d2208b2b4d1b699a86 (diff) |
test: clean up namespacing
Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d
Diffstat (limited to 'test/source/util')
-rw-r--r-- | test/source/util/xreplaceable.cxx | 3 | ||||
-rw-r--r-- | test/source/util/xsearchable.cxx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/source/util/xreplaceable.cxx b/test/source/util/xreplaceable.cxx index 553d38c6d41a..42a31102a649 100644 --- a/test/source/util/xreplaceable.cxx +++ b/test/source/util/xreplaceable.cxx @@ -16,7 +16,8 @@ #include <iostream> -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; namespace apitest { diff --git a/test/source/util/xsearchable.cxx b/test/source/util/xsearchable.cxx index 9117e7e204ca..91006e18118a 100644 --- a/test/source/util/xsearchable.cxx +++ b/test/source/util/xsearchable.cxx @@ -14,7 +14,8 @@ #include <test/util/xsearchable.hxx> -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; namespace apitest { |