diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-25 17:02:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-25 22:20:04 +0200 |
commit | e35f2f0631784c1f58dbef5cb819a48b3a4703f4 (patch) | |
tree | 6b2be0f01cb204e3d860ab149004c80c5cd6012b /test | |
parent | 6f906d9c26e90f507299bc117dac8c9859e6b182 (diff) |
don't pollute global namespace
Change-Id: Iffeeffb015c59ea787838c737c6a11f6fbef2794
Diffstat (limited to 'test')
-rw-r--r-- | test/source/beans/xpropertyset.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx index 4e201c97b6da..731b723fbd1a 100644 --- a/test/source/beans/xpropertyset.cxx +++ b/test/source/beans/xpropertyset.cxx @@ -19,7 +19,8 @@ #include <set> -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; namespace apitest { |