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/source/ole/unoobjw.cxx | |
parent | bf369174717f9123c5d0bd0a638f8da8495ee9b1 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'extensions/source/ole/unoobjw.cxx')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 622ddf5894fa..96cc39625512 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -66,7 +66,6 @@ #include "servprov.hxx" using namespace std; -using namespace rtl; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; @@ -77,7 +76,7 @@ using namespace com::sun::star::lang; using namespace com::sun::star::bridge::ModelDependent; using namespace com::sun::star::reflection; - +using ::rtl::OUString; #if _MSC_VER < 1200 extern "C" const GUID IID_IDispatchEx; |