diff options
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 { |