diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
commit | 480ab8a2b34aff08355788e1b50142460d6c7633 (patch) | |
tree | 0a681f97687df514608b06e1da2bac08f61235c9 /stoc/source/invocation | |
parent | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'stoc/source/invocation')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index bce34fa3ee35..41c516a741cf 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -73,9 +73,8 @@ using namespace com::sun::star::beans; using namespace com::sun::star::registry; using namespace com::sun::star::container; using namespace cppu; -using namespace rtl; using namespace osl; - +using ::rtl::OUString; namespace stoc_inv { |