summaryrefslogtreecommitdiffstats
path: root/extensions/inc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/inc')
-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 > {};