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/test/ole/cpnt/cpnt.cxx | |
parent | bf369174717f9123c5d0bd0a638f8da8495ee9b1 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'extensions/test/ole/cpnt/cpnt.cxx')
-rw-r--r-- | extensions/test/ole/cpnt/cpnt.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 14d6f0ffcd6a..c7d6661ddf9d 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -62,7 +62,6 @@ using namespace cppu; using namespace osl; using namespace oletest; -using namespace rtl; using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::beans; @@ -70,6 +69,8 @@ using namespace com::sun::star::registry; using namespace com::sun::star::script; using namespace com::sun::star::reflection; +using ::rtl::OUString; + #define IMPL_NAME L"oletest.OleTestImpl" // oletest.OleTestImpl in applicat.rdb #define SERVICE_NAME L"oletest.OleTest" |