summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oleobjw.cxx
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/source/ole/oleobjw.cxx
parentbf369174717f9123c5d0bd0a638f8da8495ee9b1 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'extensions/source/ole/oleobjw.cxx')
-rw-r--r--extensions/source/ole/oleobjw.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 8b9ea5e50886..5c74aff9e191 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -69,7 +69,6 @@
using namespace std;
using namespace boost;
using namespace osl;
-using namespace rtl;
using namespace cppu;
using namespace com::sun::star::script;
using namespace com::sun::star::lang;
@@ -77,6 +76,8 @@ using namespace com::sun::star::bridge;
using namespace com::sun::star::bridge::oleautomation;
using namespace com::sun::star::bridge::ModelDependent;
+using ::rtl::OUString;
+
#define JSCRIPT_ID_PROPERTY L"_environment"
#define JSCRIPT_ID L"jscript"
namespace ole_adapter