summaryrefslogtreecommitdiff
path: root/extensions/inc/ucbhelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 01:14:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 01:14:41 +0100
commit02db19983224c7cb1c46ac943528c31f6f76e148 (patch)
treeea020eebf19fa81e3087b4828d70148fe607109c /extensions/inc/ucbhelper
parentbf369174717f9123c5d0bd0a638f8da8495ee9b1 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'extensions/inc/ucbhelper')
-rw-r--r--extensions/inc/ucbhelper/ext_content.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/inc/ucbhelper/ext_content.hxx b/extensions/inc/ucbhelper/ext_content.hxx
index 69d4a016eecb..99736f7b764e 100644
--- a/extensions/inc/ucbhelper/ext_content.hxx
+++ b/extensions/inc/ucbhelper/ext_content.hxx
@@ -52,9 +52,10 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
using namespace std;
-using namespace rtl;
using namespace osl;
+using ::rtl::OUString;
+
template <class Type> class safe_list : public osl::Mutex, public std::list< Type > {};