summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/propertyvalueset.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:10:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:10:26 +0100
commitda84e4dc931f17f87f26affcbe90681f3061b560 (patch)
treeb08842617260dc81c5de3c198f2df653ec7206cb /ucbhelper/source/provider/propertyvalueset.cxx
parentac83bc28e77a2b00646ac690f88517c0ba4313c1 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'ucbhelper/source/provider/propertyvalueset.cxx')
-rw-r--r--ucbhelper/source/provider/propertyvalueset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx
index c0d5f5ce1cb3..d73dabd9573c 100644
--- a/ucbhelper/source/provider/propertyvalueset.cxx
+++ b/ucbhelper/source/provider/propertyvalueset.cxx
@@ -56,7 +56,7 @@ using namespace com::sun::star::script;
using namespace com::sun::star::sdbc;
using namespace com::sun::star::uno;
using namespace com::sun::star::util;
-using namespace rtl;
+using ::rtl::OUString;
namespace ucbhelper_impl
{