diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 13:57:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 13:57:05 +0100 |
commit | d8ca1920245fee0af82adaecc4a2cc9f90a53ad6 (patch) | |
tree | 6173977290450386d704366ee7be90a461fbaad4 /toolkit/source | |
parent | a1f57cc3f0699ac32a0f380ac32de8d0b65e088d (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/controls/eventcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/eventcontainer.cxx b/toolkit/source/controls/eventcontainer.cxx index ef860a33b7ac..f9e546410973 100644 --- a/toolkit/source/controls/eventcontainer.cxx +++ b/toolkit/source/controls/eventcontainer.cxx @@ -47,9 +47,9 @@ using namespace com::sun::star::registry; using namespace com::sun::star::script; using namespace cppu; using namespace osl; -using namespace rtl; using namespace std; +using ::rtl::OUString; namespace toolkit { |