From e35f2f0631784c1f58dbef5cb819a48b3a4703f4 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 25 Apr 2013 17:02:30 +0200 Subject: don't pollute global namespace Change-Id: Iffeeffb015c59ea787838c737c6a11f6fbef2794 --- test/source/beans/xpropertyset.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 -using namespace com::sun::star::uno; +using namespace css; +using namespace css::uno; namespace apitest { -- cgit