diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:14:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:14:41 +0100 |
commit | 02db19983224c7cb1c46ac943528c31f6f76e148 (patch) | |
tree | ea020eebf19fa81e3087b4828d70148fe607109c /extensions/inc | |
parent | bf369174717f9123c5d0bd0a638f8da8495ee9b1 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/ucbhelper/ext_content.hxx | 3 |
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 > {}; |